# lcd-simulator **Repository Path**: wei-jie/lcd-simulator ## Basic Information - **Project Name**: lcd-simulator - **Description**: 用python+opencv+c模拟一个LCD,方便做一些简单的LCD移植,目前成功移植LittleVGL - **Primary Language**: C - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-11-15 - **Last Updated**: 2023-06-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # lcd-simulator ## 介绍 ### 1、C-Python-Opencv-Lcd 用python+opencv+c模拟一个LCD,方便做一些简单的LCD移植,目前成功移植LittleVGL ### 2、LCD-Protues protues官网提供的ILI9341LCD例程,分辨率320x240。官方使用bat脚本编译,这里调整为Makefile,方便做一些简单的LCD移植,目前成功移植LittleVGL ## 软件架构 ### 1、C-Python-Opencv-Lcd 运行环境:Windows、Ubuntu、Mac 语言:C、python 编译器:GCC ### 2、LCD-Protues 运行环境:Windows、protues8.9 语言:C、python 编译器:arm-none-eabi-gcc