Moode 7.0 on RPi with HiFiberry and SSD1351 OLED Display - Printable Version +- Moode Forum (https://moodeaudio.org/forum) +-- Forum: Community (https://moodeaudio.org/forum/forumdisplay.php?fid=18) +--- Forum: General Discussion (https://moodeaudio.org/forum/forumdisplay.php?fid=21) +--- Thread: Moode 7.0 on RPi with HiFiberry and SSD1351 OLED Display (/showthread.php?tid=3649) |
Moode 7.0 on RPi with HiFiberry and SSD1351 OLED Display - KlausGünther - 03-26-2021 Hello @all, here is what i use: Rpi 3b Hifiberry MiniAmp Rotary Encoder OLED Display, 1.5", SSD1351 So, more or less,everthing work fine. I use the luma.oled drivers and the code from: https://github.com/sharkusk/luma.examples/tree/master/examples My problem is, that the picture from the "station" or "album" is shown in Grayscales and not in color.Font etc. is displayed in color, so I am sure that the display is working correctly and the software is running correctly, so I suspect that something needs to be changed in the sample code to make the display show the color images correctly. Does anyone have any idea what to look for on the net or what is the reason for this in the example code? RE: Moode 7.0 on RPi with HiFiberry and SSD1351 OLED Display - TheOldPresbyope - 03-26-2021 @KlausGünther I'm not in a position to help since I do not know this code nor do I have a comparable display I can use to test the code. However, there's evidence that the author of the code had problems with rendering color artwork: Code: (excerpt from https://github.com/sharkusk/luma.examples/blob/master/examples/moode.py) I suggest you communicate with this repo's maintainer (sharkusk aka Marcus Kellerman) concerning your coverart. Regards, Kent RE: Moode 7.0 on RPi with HiFiberry and SSD1351 OLED Display - TheOldPresbyope - 03-26-2021 @KlausGünther ...as a follow-on comment, I just came across these items in the Color Model discussion in the luma-oled documentation. Quote:Color Model The fact that you are getting greyscale coverart but color alphanumerics suggests to me that, somewhere in the code you are using or in your configuration of it, there is confusion about which driver is being used. Of course, this is just a conjecture which I can't put to the test because I don't have the requisite hardware. Regards, Kent |