# lv_port_linux_frame_buffer **Repository Path**: tangly_git/lv_port_linux_frame_buffer ## Basic Information - **Project Name**: lv_port_linux_frame_buffer - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-11-07 - **Last Updated**: 2023-11-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # LVGL for frame buffer device LVGL configured to work with /dev/fb0 on Linux. When cloning this repository, also make sure to download submodules (`git submodule update --init --recursive`) otherwise you will be missing key components. Check out this blog post for a step by step tutorial: https://blog.lvgl.io/2018-01-03/linux_fb ## Clone the project Clone the LVGL Framebuffer Demo project and its related sub modules: ``` git clone https://github.com/lvgl/lv_port_linux_frame_buffer.git cd lv_port_linux_frame_buffer/ git submodule update --init --recursive ``` ## Build the project ``` make sudo make install ``` ## Run the demo application ``` demo ```