alf45tar / PedalinoMini

Wireless and Bluetooth MIDI Foot Controller
GNU General Public License v3.0
479 stars 84 forks source link

Wrong drawing of bottom row #383

Closed potul closed 1 year ago

potul commented 1 year ago

When a button in the top row is active, the button in the second row is not displayed in the OLED.

I looked at the code, and in DisplayOLED.h, line 908 , depending on what is done in the top row, the display stays in black color. It should be put back into WHITE before drawing the bottom row. Adding a simple line

display->setColor(WHITE);

just before starting the "//Bottom line" section will fix the issue.

potul commented 1 year ago

Let me clarify I'm not using the sponsor version, so I'm not sure if this is already fixed in it.

alf45tar commented 1 year ago

Thanks for fix. Ported to version 3.0.1 too.