tobozo

Results 630 comments of tobozo

The github submodules are only there as application examples compatible with the M5Stack version of the SD-Menu. Those submodules are kept for history reason, also because some authors participated in...

Support for TTGO-T-Display was just added to the auto-detection list on LovyanGFX develop branch. https://github.com/lovyan03/LovyanGFX/pull/170#event-5672175530 This device display model looks very similar to the one on TTGO-Lora-V2, so Chimera-Core will...

I'm creating a new profile in the Chimera-Core to handle this device but the choice in boards.txt is currently limited to `TTGO_LoRa32_V1` and `TTGO_LoRa32_v21new`, none of which use the same...

hey ^^ I've received my TTGO-LoRa32-V2 yesterday and successfully had it running on LGFX with the following init code: ```C #define LGFX_USE_V1 #include class LGFXOled : public lgfx::LGFX_Device { lgfx::Panel_SSD1306...

TTGO Lora32 (v2 and two other versions) boards got [merged](https://github.com/espressif/arduino-esp32/pull/5961#event-5763935887) so the next espressif32-arduino release will support it.

new release was published, the TTGO LoRa32 boards should now be properly listed https://github.com/espressif/arduino-esp32/releases/tag/2.0.2

hey @ropg thanks for your feedback LovyanGFX will soon become the official core for all M5Stack products, while this is very good news I can only hope it will not...

I've been playing a lot with LGFX library, if I can be of any help to your documentation effort don't hesitate. I've only scratched the surface of Doxygen with travis,...

Hello @LEDZB thanks for you interest :-) yes, if your device has psram and your firmware was compiled with psram support, then it should be turned on by default. ![image](https://user-images.githubusercontent.com/1893754/167799117-c1b660c3-8703-4b96-8520-64366cc8c31d.png)

hey @HideakiAbe thank you for your feedback. I've edited your comment to make the code more readable. Now I will try to reproduce the issue and hopefully come back with...