André Maree

Results 25 comments of André Maree

No problem, I will relook the config using your advice this weekend. But just remember, we do not use PlatformIO but as mentioned in 1st post, native IDF (master) with...

Sorry to revisit an old issue, but any progress on the ESP-IDF front over the last 5 months. We have done some looking into the ESP-IDF vs Arduino comments in...

here is the code used... ```cpp /* * gui_lcdgfx.cpp */ #include "gui_lcdgfx.h" #include "struct_union.h" #include "hal_variables.h" #include "FreeRTOS_Support.h" #include "lcdgfx.h" #include "printfx.h" // ESP32-WROVER-KIT Rst busId cs dc freq scl...

Apologies, the CS & MOSI definitions are in a header file. The task values being displayed comes from xRtosReportTasks() and the xEventStatus, TaskRunState TaskDeleteState are simply variables, the values being...

And the pin definitions.... #define ili9341GPIO_MOSI GPIO_NUM_23 #define ili9341GPIO_MISO GPIO_NUM_25 #define ili9341GPIO_SCLK GPIO_NUM_19 #define ili9341GPIO_RESET GPIO_NUM_18 #define ili9341GPIO_D_C_X GPIO_NUM_21 #define ili9341GPIO_LIGHT GPIO_NUM_5 #define ili9341GPIO_CS GPIO_NUM_22

Regarding your suggestion to use your canvas library, I have a couple of questions.... Q1. If I am correct, for the purposes of using the complete 320x240 screen to display...

Thanks for the feedback, will give the sprites a try, Just need to figure out best/fastest way to get buffer content (text) into the sprite (bitmap) since in the examples...

Apologies for the delay. Have done an exact comparison, all parameters and timing exactly the same. Display example: Canvas example: Based on the above, the canvas example takes ~40% of...

@kisvegabor It seems that the ESP32 port for LVGL (this repo) is still fixed to a 2 year old version of LVGL. In order for us to make some decisions,...

+99 for help to flash an esp32 devboard through an esp01 running esp-link... Please?