tic tac toe works on touch and eink
This commit is contained in:
@@ -20,6 +20,7 @@ private:
|
||||
int width;
|
||||
int height;
|
||||
bool initialized;
|
||||
uint16_t* rgb_buffer; // Persistent buffer for 1-bit to RGB565 conversion
|
||||
|
||||
public:
|
||||
LowLevelDisplayST7789(const st7789_config* cfg, int w, int h);
|
||||
|
||||
Reference in New Issue
Block a user