Bodmer

Results 168 comments of Bodmer

I have issued a pull request based on the develop branch that fixes this.

I have issued a pull request that speeds up rendering. This should work with any Adafruit_GFX API compatible library (drawFastHLine fn).

ESP32 renders example "load from binary" now reports 54ms (8 bit parallel interface). If the cache is valid for a repeat render then this reduces to 27ms, which is circa...

The ESP32 board package in the Arduino environment treats some warnings as errors. The commented out function generated a compile warning that the function was "not used" and this was...

Arduino IDE version 1.8.13 - but I suspect that does not matter. ESP Ardunio board package 2.0.5 - loaded via board manager Error message: ``` D:\xxx\Arduino\Sketches\libraries\OpenFontRender\src\sfnt\ttcmap.c:55:3: error: 'tt_cmap_init' defined but...

I just noticed that my compiler warnings are set to "All": ![image](https://user-images.githubusercontent.com/15824805/202912312-5a5aa5e5-c9d9-4b90-8427-e8ef5c715814.png) So the unused function will not be treated as an error if the warnings are set to "None",...

Yes, I think the change to ttcmap.c is not needed and as you say makes a version change clean.

There are 5s and 8s timeouts but none for 60s. The delay may be in the board package WiFi functions. Which processor are you using. I suspect you will need...

It looks like the delay is in the board package code, wiating for a connection that does not happen. Unfortuantely there is nothing the library can do unless a way...