Replies: 12 comments 32 replies
-
@sukesh-ak Allwinner D1s or Allwinner T113-S3 are good choices, here is its running LVGL video 【搭载全志t113的麻雀mq-r跑lvgl 100帧-哔哩哔哩】 https://b23.tv/sWqFGcB 【T113-S3开发板视频解码、LVGL、Qt测试-哔哩哔哩】 https://b23.tv/Rdb7Bjc 【全志科技 T113-S3 驱动 720*1440 MIPI 电容触摸屏-哔哩哔哩】 https://b23.tv/psqJ1bM 【LVGL,畅享丝滑~-哔哩哔哩】 https://b23.tv/IPbbRHE You can buy chips or development boards, and the information is relatively open, but you need to have some experience |
Beta Was this translation helpful? Give feedback.
-
Sipeed is an exclusive supply for this board chip, so it will be difficult for you to build a PCB from the chip level |
Beta Was this translation helpful? Give feedback.
-
@sukesh-ak I saw someone build LVGL with Android |
Beta Was this translation helpful? Give feedback.
-
@sukesh-ak SWM34 supports hardware decoding jpeg 【让二次元小姐姐在LVGL界面上唱歌跳舞(SWM34SRE)-哔哩哔哩】 https://b23.tv/6S4gzER 【国产单片机播放高清视频(SWM34SRE,800x480)-哔哩哔哩】 https://b23.tv/JNtJHid |
Beta Was this translation helpful? Give feedback.
-
https://www.cnx-software.com/2022/12/02/pine64-ox64-sbc-bl808-risc-v-multi-protocol-wisoc-64mb-ram/ |
Beta Was this translation helpful? Give feedback.
-
@sukesh-ak I believe you should know that ESP32-P4 exists. As far as I know, it may be mass-produced in Q4 this year, and there is already a test version of the chip |
Beta Was this translation helpful? Give feedback.
-
Hello, Cheers, |
Beta Was this translation helpful? Give feedback.
-
Thanks for the response. This is my code and I include the config file (from your github page)without any results. Cheers, #define LGFX_USE_V1 // set to use new version of library #include "FS.h" // File System header static LGFX lcd; // declare display variable #define sdSelectPin 41 void setup() { }` |
Beta Was this translation helpful? Give feedback.
-
@sukesh-ak ESP32P4 dot screen interface is really complete: SPI, QSPI, 8080, RGB, mipi DSI all have |
Beta Was this translation helpful? Give feedback.
-
I’m not too sure, the information I’ll disclose to you is all the content introduced in this seminar |
Beta Was this translation helpful? Give feedback.
-
@sukesh-ak If you can understand Chinese documents, then read Chinese documents. I found that the author updated the content of the English document lagging behind the Chinese document https://github.com/Lzw655/esp32-s3-lcd-ev-baord-docs/tree/master/Development%20guide/zh_CN |
Beta Was this translation helpful? Give feedback.
-
@sukesh-ak There is a document in the esp_lvgl_port component, which introduces LCD and LVGL performance https://github.com/espressif/esp-bsp/blob/master/components/esp_lvgl_port/docs/performance.md |
Beta Was this translation helpful? Give feedback.
-
Planning to port ESP32-TUX to more platforms soon
What do you guys think?
Beta Was this translation helpful? Give feedback.
All reactions