关闭framebuffer上的终端

sudo systemctl stop getty@tty1.service
sudo systemctl disable getty@tty1.service
sudo vim /boot/firmware/cmdline.txt
末尾加上 vt.global_cursor_default=0

LVGL如何旋转屏幕

编辑代码:lvgl/src/drivers/display/fb/lv_linux_fbdev.c

搜索lv_display_set_resolution

在下面添加代码:

lv_display_set_rotation(disp, LV_DISPLAY_ROTATION_90);   // 旋转90度