lvgl / lv_drivers

TFT and touch pad drivers for LVGL embedded GUI library
https://docs.lvgl.io/master/porting/index.html
MIT License
306 stars 314 forks source link

Using the drm driver to display cases on debian11 is not possible #245

Closed jiale-gdyd closed 1 year ago

jiale-gdyd commented 1 year ago
  1. First, I use the command sudo systemctl set-default multi-user.target && sudo reboot to access the character interface from the GUI of Debian11
  2. Then compile the benchmark case to test, and find that it cannot be used
  3. In the same case, if fb driver is used, it can be displayed normally image
jiale-gdyd commented 1 year ago

But the ones that use drm can be used on my embedded devices

jiale-gdyd commented 1 year ago

DRM_FOURCC with DRM_FORMAT_XRGB8888 can work