Code Monkey home page Code Monkey logo

voron0-2040-display's Introduction

Voron0-2040-display

RP2040 port of the Voron0 display

If you are in the US and want an already built display, you can find them on my Etsy shop here: https://www.etsy.com/tArrayEngineering/listing/1458617388/voron0-13-display-based-on-the-rp2040

For those of you in the EU, you can find them on Lab4450: https://lab4450.com/product/voron-v02-rp2040-display/

I created this port in order to give another option when it comes to the Voron0 display. Additionally it makes use of the easily available RP2040 IC for ease of modificaion and implementation. The files in this github are everything you should need, if you wanted to make your own or if you have any questions about the details of the device.

The display includes both a USB-C connector and 4-pin header. This makes installation a little cleaner, allowing you to use standard dupont connectors versus longer USB connectors.

*** Only one data connector can be used. Do not attempt to plug anything into the USB connector while the pin header is in use.

To configure this display, you can use use the following parameters:

[mcu rp2040]
serial: /dev/serial/by-id/<modify this value to match your system> # Details to be found in http://github.com/th0mpy/v0-2040display
restart_method: command

[display]
lcd_type: sh1106
i2c_mcu: rp2040
i2c_bus: i2c0a
vcomh: 31
x_offset: 2
encoder_pins: ^rp2040:gpio6, ^rp2040:gpio7
click_pin: ^!rp2040:gpio8
kill_pin: ^!rp2040:gpio5

[neopixel rp2040]
pin: rp2040:gpio16
chain_count: 1
color_order: GRB
initial_RED: .6
initial_GREEN: 0
initial_BLUE: .75

One method to find the serial port used by the display is to simply call ls /dev/serial/by-id and look for a device which will be called something like usb-Klipper_rp2040_E6625495537C5221-if00 (the device will show up after it is plugged in).

voron0-2040-display's People

Contributors

bartlammers avatar rogerlz avatar th0mpy avatar

Stargazers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.