tobozo
tobozo
for reference https://github.com/maxpautsch/SvgParser
this is great ! The example works just fine and is self-explanatory on the syntax indeed. There are many great projects out there using TFT_eSPI syntax and this would make...
Thanks for that, as per your suggestion I went with modifying the existing code and everything went well and smooth, so I applied this to the [M5Stack-SD-Updater](https://github.com/tobozo/M5Stack-SD-Updater/tree/driverless), and the resulting...
:bear: thanks for your great feedback, very instructive, motivating and I'm sure I'm not the only one to appreciate :+1: setTextFont : TFT_eSPI's `initButton()` method has an extra argument for...
Thanks for this analysis, now I have a better understanding of why lovyan03 rewrote the whole font stuff in LovyanGFX :-) I've pulled the last changes, so far so good...
that's great news ! The [ESP32Marauder](https://github.com/justcallmekoko/ESP32Marauder) seems a good candidate as it makes a strong use of TFT_eSPI and Touch, with some extra complexity as it handles both portrait and...
[Longer ESP32Marauder demo](https://youtu.be/mbwHtU6I5EE) some buttons are still ghosted though, could it be a missing `~TFT_eSPI_Button();` destructor ? [edit] this has been working flawlessly with every other sketch I've tested so...
Hey Rop So I just git-pulled the master branch of the library and have issues with TFT_eSPI emulation, it looks like one of getTouch(), justPressed() and justReleased() always return true....
Hey Rop, I can understand you're busy and have higher priorities :+1: As a followup, this PR takes care of the `getTouch(), justPressed() and justReleased() always return true` issues with...
hello guys, if all you need is a single core for many devices, check out the [ESP32-Chimera-Core](https://github.com/tobozo/ESP32-Chimera-Core), contributions and PR are welcome :-)