lexus2k / lcdgfx

Driver for LCD displays running on Arduino/Avr/ESP32/Linux (including Rasperry) platforms
MIT License
356 stars 51 forks source link

How to driver 256x64 displays? #90

Open sevenberyl opened 1 year ago

sevenberyl commented 1 year ago

An excellent library! Does this library support 256x64 types of displays? How? Can you give me a hint? Thank you for your efforts!

lexus2k commented 1 year ago

Hi.

This library can support any display sizes, however, what is the display controller, used in your display?

sevenberyl commented 1 year ago

HI,Thanks for the reply! The driver is SH1122,Interface is SPI or IIC

lexus2k commented 1 year ago

Can you confirm that ssd1327 demo somehow works for your sh1122 display. If you can see something, that means that sh1122 has similar commands, and it will be easier to add 256x64 support.

sevenberyl commented 1 year ago

Thanks for the tip! I'll give it a try.

lexus2k commented 1 year ago

@sevenberyl Any success? If ssd1327 works for you I can add support for sh1122.