Drop unused 1bpp support from Stretch LCD code#792
Drop unused 1bpp support from Stretch LCD code#792JakubVanek wants to merge 2 commits intoev3dev-lang-java:masterfrom
Conversation
|
Hi Jakub, can you remember what is:
I don’t remember it. We added 2 years ago +- Did you test the branch with the brick? Here, you have an example to test that everything goes well: |
No, I don't currently have a free SD card (currently it is used by a non-robotic RPi, although I can reflash it later). I think I remember that Jessie used 1bpp packed black and white bitmaps and Stretch used 32bpp XRGB8888 bitmaps. However, because the Jessie codepath somehow didn't work, the old LCD implementation was copied over untouched and the new code is used only on Stretch (and Buster nowadays). |
9109c60 to
b736a39
Compare
|
Hi Jakub, did you test it? |
|
Not yet, and as such I have to close this PR. |
|
When you test in local, I will merge it. |
Related to #791