Jonny999999 / armchair_fw

Firmware for a homemade automated electric armchair using an esp32 controller on a custom pcb
https://pfusch.zone/electric-armchair-v2
0 stars 0 forks source link

Display: Bugged pixel column when using `SCROLL_RIGHT` #45

Closed Jonny999999 closed 7 months ago

Jonny999999 commented 7 months ago

When using hardware-text scrolling, which was introduced in screensaver status-screen in 3514dd6bf208b7ec635b6d9901fffab2db652eb6 and before, a bugged column of pixels scrolls over the entire display.

ideas

Most likely issue using a 132 pixel display with 128 library (reason of OFFSET_X = 2 is neccesary).

image All pixels including the bugged ones scroll right

Jonny999999 commented 7 months ago

Added workaround in fbae02b328c628a42734971cdd555b6d2f702fb1 Implemented "software-scrolling" since actual used display does not support hardware-scrolling anyways. Thus issue currently not relevant anymore