2025-01-29, 10:07 AM
So when looking closer I noticed the display does have the correct amount of rows and columns, but it was drawing shifted a few pixels up and to the left. From what I read online, ST7735 clones do this sometimes? Anyway as a proof of concept bodge, I got the display shifted into the correct position just by adding 1 and 2 to x1, x2, y1, and y2 here: https://codeberg.org/cool-tech-zone/tang...#L312-L318 but I'm sure there would be a "cleaner" way to do it if correctly supporting clone display drivers was a priority.