tic tac toe works on touch and eink

This commit is contained in:
Adolfo Reyna
2026-01-29 17:16:59 -05:00
parent 372895fa08
commit 435a5caa56
7 changed files with 450 additions and 145 deletions

View File

@@ -10,6 +10,7 @@ private:
int width;
int height;
bool initialized;
uint16_t* rgb_buffer; // Persistent buffer for 1-bit to RGB565 conversion
public:
LowLevelDisplayST7796(const st7796_config* cfg, int w, int h);