Bodmer

Results 14 issues of Bodmer

I have forked the develop branch and made changes Existing examples have not been updated but I have added some new ones specific to TFT_eSPI Rendering has been speeded up...

Compile fails for the ESP32, warnings and errors are reported below. This is with the ESP32 board package 2.0.5 which seems to be very picky with type conversions: ``` D:\XXXX\Arduino\Sketches\libraries\OpenFontRender\src\OpenFontRender.cpp:...

See #2233 https://github.com/Bodmer/TFT_eSPI/discussions/2233#discussioncomment-7906490

Work-around required

### Describe the request Add an option to prevent caching or to clear the cache. ### Describe the current behavior Some libraries and board package use a `build_opt.h` file in...

type: enhancement
topic: code
topic: build-process

The ESP32 and RP2040 processors run fine, but the new ESP32 S3 processor crashes after using a font file in FLASH and then calling unloadFont(). [This line](https://github.com/takkaO/OpenFontRender/blob/master/src/OpenFontRender.cpp#L249) is causing the...

progress: waiting for confirmation and close

This example runs on the ESP32 or ESP8266 and fetches International Space Station pass times for a given geographical location. It fetches the JSON messages from a website that does...

See [code implemented here](https://github.com/Bodmer/TFT_eSPI/issues/941).

enhancement

The fix in consistent with other functions. The problem was corupted images cause by the compiler inlining code and not putting post-inrement in correct place at end of inline code.