Lazyman342 / u8glib

Automatically exported from code.google.com/p/u8glib
Other
0 stars 0 forks source link

Add support for ST7528 Controller? #343

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Could I add a controller to the list of additions?  I am trying to add the 
ST7528 controller used in many New Haven displays (NHD-C160100AZ-RN-GBW) and 
buydisplay (ERC16064-1).

What is the typical process for adding a new display?  Could I do it myself?  
I'm not sure on the start-up commands though.

Original issue reported on code.google.com by Jeremy...@gmail.com on 18 May 2015 at 3:34

GoogleCodeExporter commented 8 years ago
Depending on the properties of the display, you may use a ucg_dev_*.c file 
which is similar. Just take the file and update the startup sequence and the 
page copy algorithm.

I once started to document this process here:
https://code.google.com/p/u8glib/wiki/devicedesign

Original comment by olikr...@gmail.com on 18 May 2015 at 9:08