lexus2k / lcdgfx

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

How to driver 256x64 displays? #90

Open sevenberyl opened 2 years ago

sevenberyl commented 2 years 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 2 years ago

Hi.

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

sevenberyl commented 2 years ago

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

lexus2k commented 2 years 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 2 years ago

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

lexus2k commented 2 years ago

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