NorthCoastModularCollective / BridgeSystemOnRampPrototype

a pure data prototype for the bridge system on ramp
GNU General Public License v3.0
0 stars 0 forks source link

Story: Write text to LCD #3

Open billvanloo opened 11 months ago

billvanloo commented 11 months ago

Story: Write text to the LCD screen.

Detail: Create an arbitrary line of text, and cause it to be displayed on the LCD screen. For example, this could display "Bridge System" on system startup.

billvanloo commented 11 months ago

From the forum: We haven’t done anything with this yet besides a basic “Hello world” using code provided by the manufacturer, but haven’t dug into actually writing text or graphics to it yet.

https://github.com/NewhavenDisplay/NHD-C12832A1Z_Example

We tried digging into a Teensy library for the LCD driver, but seem like we might not have the correct pin mapping for this to work; we’ll have to look into this more.

https://www.pjrc.com/teensy/td_libs_ST7565.html

Joe also found this, which we tried but didn’t get working:

https://github.com/adafruit/ST7565-LCD/tree/master/ST7565