# lvgl_sdl2 **Repository Path**: EEcong/lvgl_sdl2 ## Basic Information - **Project Name**: lvgl_sdl2 - **Description**: No description available - **Primary Language**: C - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 3 - **Created**: 2024-10-30 - **Last Updated**: 2025-07-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #使用教程 1.拉取代码后,在同一文件下创建一个build文件夹 2.进入build文件夹,运行cmake ..(cmake需要3.16以上,Ubuntu需要18.04以上) 3.执行make -j99编译 4.运行生成的 sdl2_lvgl可执行文件