tobozo / ESP32-Chimera-Core

ESP32-Chimera-Core 👾 is an arduino library for M5Stack, Odroid-Go, D-Duino-32-XS and other ESP32/TFT/SD bundles
Other
168 stars 13 forks source link

Tweaks for M5ez #43

Closed UT2UH closed 3 years ago

UT2UH commented 3 years ago

Hello! Thank you for the core - had to move to it as my project requires M5Stack-like hardware with 320x480 LCD, which is rather slow under TFT_eSPI... As the device control will be based on M5ez I have tried to port it to Chimera Core. These are some tweaks required to run M5ez on all devices supported by Chimera - first off all the fix for Wifi ghost button problem I had as well on my M5Stack Basic. I have not succeed with the screen rotation on M5StickC Plus - neither setRotation(), nor setPanel(), nor changing panel settings in LGFX gave me the full screen M5ez on M5Stick+. I had no luck also with drawJpg from M5ez-demo whatever I did, but all text based features of M5ez work as under M5Stack Core. I hope these small tweaks will allow other to try M5ez on all M5 devices.

tobozo commented 3 years ago

hey @UT2UH thanks a lot for you contribution :+1:

Can you please change the target branch of this pull request to 1.1.6 ? The 1.1.6 branch has a CI job that won't fail on a stupid path error :-)

Please let me know if there's something I can do to help you resolve the version conflcts

[edit]

Actually the conflicts were easily solved so I'll close this PR and use #44 instead :-)

UT2UH commented 3 years ago

Good morning, Sir! Sorry, I go offline early yesterday. Thank you for the merging in spite of the conflict!