Hiruna Wijesinghe

Results 20 comments of Hiruna Wijesinghe

Hi everyone, First of all, apologies for the delay in having a proper look at this execution error mentioned in this issue as well as issues https://github.com/hiruna/wifi-txpower-unlocker/issues/7 and https://github.com/hiruna/wifi-txpower-unlocker/issues/5 ....

would be great if others could test out this (@rfenouil 's patch) + my `update_19042019` branch (im still yet to test this @rfenouil )

feel free to try this branch out https://github.com/hiruna/lvgl_esp32_drivers/tree/develop/lvgl_8.3.7_idf_5.2

@Behzadmcki checkout https://github.com/hiruna/lv_port_esp32_squareline_studio

@vritzka see https://github.com/lvgl/lvgl_esp32_drivers/issues/222

@Roger-WY can you test out my fork referenced in https://github.com/lvgl/lvgl_esp32_drivers/issues/222

Ok.. so I got my SSD1306 OLED display working again... See https://github.com/hiruna/lv_port_esp32/tree/develop/lvgl_8.3.7_idf_5.2 for the `lv_port_esp32` * removed lv_examples, since it is deprecated, so using LVGL demos directly * submodules point...

128x128 ST7735 LCD is somewhat working... trying to figure out why the rendering is off the screen bounds 🤔 (what I have : http://www.lcdwiki.com/1.44inch_Arduino_SPI_Module_ST7735S_SKU:MAR1441) ![image](https://github.com/lvgl/lvgl_esp32_drivers/assets/3973928/c30269a1-edb1-4271-8e29-0ff55ec88c53)

Fixed it in https://github.com/hiruna/lvgl_esp32_drivers/blob/develop/lvgl_8.3.7_idf_5.2/lvgl_tft/st7735s.h sdkconfig used: https://github.com/hiruna/lv_port_esp32/blob/develop/lvgl_8.3.7_idf_5.2/sdkconfig.st7735 ![image](https://github.com/lvgl/lvgl_esp32_drivers/assets/3973928/202a6d05-ddc5-48aa-88af-f080e3958260)

Tested lvgl benchmark, 128x128 display is obviously too small but good to see it working sdkconfig: https://github.com/hiruna/lv_port_esp32/blob/develop/lvgl_8.3.7_idf_5.2/sdkconfig.st7735_benchmark ![image](https://github.com/lvgl/lvgl_esp32_drivers/assets/3973928/0d115c29-78ba-42a2-bd42-1bfac649300a)