TFT_ST7735 icon indicating copy to clipboard operation
TFT_ST7735 copied to clipboard

Made work with LGT8F32 clone chip

Open lementov opened this issue 1 year ago • 1 comments

Small differences between the LGT8F328 and ATMega328P hardware stopped Bodmer's code working. This is what i changed to make it work with both chips.

lementov avatar Sep 01 '23 12:09 lementov

#define MAKE_SMALLER is just to optionally shoe-horn it into low-FLASH type devices, like the 168P, by removing stuff like fillTriangle() etc

lementov avatar Sep 01 '23 12:09 lementov