Standardized mbed GUI

IST3020

12 Apr 2015

Hello, so I`m kind of noob, but seems that you implemented IST3020 chip in your library, and i have such a chip on my lcd, so my question is, if i can use your library with my arduino mega 2560? How to implement your library if yes?

15 Apr 2015

Hi, there are libraries for arduino you can easily adapt, for example u8glib, since IST3020 is quite the same as ST7565. You can edit this https://code.google.com/p/u8glib/source/browse/csrc/u8g_dev_st7565_nhd_c12864.c change the WIDTH and the init sequence commands, according to this or from the manufacturer code example you got. http://developer.mbed.org/teams/GraphicsDisplay/code/UniGraphic/file/ae0a4eedfc90/Inits/IST3020.cpp