lcdgfx icon indicating copy to clipboard operation
lcdgfx copied to clipboard

How to driver 256x64 displays?

Open sevenberyl opened this issue 3 years ago • 5 comments

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

sevenberyl avatar Aug 14 '22 04:08 sevenberyl

Hi.

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

lexus2k avatar Aug 19 '22 09:08 lexus2k

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

sevenberyl avatar Aug 20 '22 07:08 sevenberyl

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.

lexus2k avatar Aug 21 '22 17:08 lexus2k

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

sevenberyl avatar Aug 22 '22 01:08 sevenberyl

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

lexus2k avatar Oct 12 '22 05:10 lexus2k