John

Results 2 issues of John

There is a problemed code in the following function: ``` static int printProportionalChar(int x, int y) { ... if ((font_buffered_char) && (!font_transparent)) { } ... } ``` By default ```...

Hi loboris, 1) My ST7735 display works with DEFAULT_DISP_TYPE as DISP_TYPE_ILI9341 but does not work with DISP_TYPE_ST7735, DISP_TYPE_ST7735B, DISP_TYPE_ST7735R. I corrected the code and now my display works as DISP_TYPE_ST7735B...