sle118 / squeezelite-esp32

ESP32 Music streaming based on Squeezelite, with support for multi-room sync, AirPlay, Bluetooth, Hardware buttons, display and more
1.19k stars 108 forks source link

SSD1322 driver issue #401

Open kuzmanzs opened 7 months ago

kuzmanzs commented 7 months ago

Hi, I am using some more cheap SSD1322 lcd. I think it is simple driver issue. I got display from here:
https://www.ebay.com/itm/134658751869 only SPI support, Support 256x64 resolution

display settings: SPI:width=256,height=64,cs=4,speed=8000000,driver=SSD1322,VFlip

Does somebody have similar issue? SSD1322

philippe44 commented 6 months ago

Seem that the display is more than 256

kuzmanzs commented 6 months ago

yes it is strange display..

With width=284 right side of right VU meter is missing.

284w

philippe44 commented 6 months ago

Is this the only issue then?

kuzmanzs commented 6 months ago

Big thanks for the squeezelite!

Issue has been resolved in another lib. https://github.com/olikraus/u8g2/issues/2386

I have checked you are using different implementation. Could you do changes in your lib as well?

Need different x_offset, initialisation and do not need A enhancement.

philippe44 commented 6 months ago

So it's still a 256x32, not a 284x32 display? Because on 1st picture, it looks bigger as the time is aligned to right. Can you make 100% sure or exact pixel count?

kuzmanzs commented 6 months ago

It has 256x32 resolution (with 284px right VU meter is not complete)