Where is ST7796_t3? It has a debug trace left in it.

jim lee

Well-known member
Every time I fire up my code that includes MSP3526_T, I get on the serial monitor ST7796_t3::init mode: 0. enemy 1.60.0 installed.
 
>> CROSSPOST << It seems to be that way in 'prior' code but commented out as noted in the p#2 version
That is something that may or may not be commented out in:

...\ST7735_t3\ST7789_t3.cpp:
129 void ST7789_t3::init(uint16_t width, uint16_t height, uint8_t mode)
130 {
131: Serial.printf("ST7789_t3::init mode: %x\n", mode);
132 commonInit(NULL, mode);
133

...\libraries\ST7735_t3\src\ST7796_t3.cpp:
 
The idea was to fix the one that's bundled with the Teensy stuff so the error would not come back.
 
Back
Top