Maschine2501 / NR1-UI

Userinterface for Volumio (RaspberryPi) with ssd1322 and ssd1306 oled display, spectrum bargraph, progress bar, LED functions, Standby-functions, 4 Buttons and Rotary Encoder.
Other
45 stars 12 forks source link

Wrong Colors on ssd1351 waveshare #10

Closed avjui closed 2 years ago

avjui commented 3 years ago

I have wrong Colors with the 1.5" Oled ssd1351 from waveshare.

One fix for me is to add 'bgr=True' option to line 278. from https://github.com/Maschine2501/NR1-UI/blob/1c2ad0606ef79f0903dae070a36ad6462447f4a4/nr1ui.py#L278 to

oled = ssd1351(interface, rotate=oledrotation, bgr=True)  
Maschine2501 commented 2 years ago

Hi avjui, thank you for your report. I will implement a feature in the installation, where the user can select if he has a RGB or BGR display... Until this is implemented this Issue remains open. Cheers :)

Maschine2501 commented 2 years ago

I've set this to the Wish- / ToDo-List :)