Conversation
0.1.8 Pre-release
0.1.8 Release
0.1.9 Release
Release 0.2.0
Release 0.2.1
Release 0.2.2
|
Thanks @themelisx !! |
I have both 5 and 7 inch displays, I can do it. |
mmm actual codesize was: about 2633969 bytes. If you have 2 app partition and spiffs, maybe this is the problem, Tomorrow I'll search some info and try to compile your PR with your configuration |
|
@jgauchia spiffs problem solved |
|
@jgauchia I try to test your app again, I connect a Neo6M GPS but the device still reboots. Can you help me out? |
| Wire.begin(); | ||
|
|
||
|
|
||
| #if defined(ELECROW_ESP32_50) || defined(ELECROW_ESP32_70) |
There was a problem hiding this comment.
I think that LovyanGFX has support for GT911 touch , and init can be placed at initTFT
|
|
||
| lib_deps = | ||
| ${common.lib_deps} | ||
| tamctec/TAMC_GT911@^1.0.2 |
There was a problem hiding this comment.
Better try to use LovyanGFX touch for GT911
|
|
||
| #ifdef TOUCH_INPUT | ||
| touchCalibrate(); | ||
| #if defined(ELECROW_ESP32_50) || defined(ELECROW_ESP32_70) |
There was a problem hiding this comment.
touchCalibrate() is used in order to calibrate touch in first firmware upload, isn't mandatory, but maybe is better include it in Elecrow boards (if touch is handled by LovyanGfx.)
There was a problem hiding this comment.
@jgauchia I am using 5 and 7 inch elecrow displays the last year, I have never calibrate any screen and all works fine. Anyway, I disabled this temporary until find out the point that your code creates memory fault (heap poisoning). The code is not ready for merge
There was a problem hiding this comment.
@jgauchia The last days I create a new project and transfer part by part your code to the new project. Till now the GPS functions works without any issue. Probably the memory fault has to do with the maps. I am still working on it on my free time
There was a problem hiding this comment.
Thanks , I'm working too in my little free time
| @@ -0,0 +1,220 @@ | |||
| /******************************************************************************* | |||
There was a problem hiding this comment.
Workaround.. I think LovyanGFX has support for GT911 touch
Description
Added support for Elecrow display 5 and 7 inches