# LCD_driver **Repository Path**: heanny/kedei_LCD_driver ## Basic Information - **Project Name**: LCD_driver - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-11-28 - **Last Updated**: 2024-11-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # LCD_driver #### 介绍 适用于 kedei v6.3 3.5 inch TFTLCD,所需镜像版本2020-05-27-raspios-buster-full-armhf,测试2024年镜像已不可用,镜像下载:'https://mirrors.aliyun.com/raspberry-pi-os-images/raspios_full_armhf/images/raspios_full_armhf-2020-05-28/', 或者已安装的镜像/驱动下载:https://pan.baidu.com/s/14nqU76wIJuhsTd4ewGvyug#list/path=%2F&parentPath=%2F 网络上使用'git clone https://github.com/goodtft/LCD-show.git' 大部分不支持此屏幕, #### 安装教程 1. git clone https://gitee.com/heanny/kedei_LCD_driver.git 2. chmod -R 755 kedei_LCD_driver 3. cd kedei_LCD_driver 4. sudo ./LCD35_v #### 使用 不使用FBCP驱动 直接安装 ./LCD35_show 旋转90° ./LCD35_show 90 旋转180° ./LCD35_show 180 旋转270° ./LCD35_show 270 使用fbcp驱动(树莓派主板必须联网): 直接安装 sudo ./LCD35_fbcp 旋转90° sudo ./LCD35_fbcp 90 旋转180° sudo ./LCD35_fbcp 180 旋转270° sudo ./LCD35_fbcp 270 ———————————————— 注意:当你更新系统使用之前,必须使用一下这个命令 sudo apt-mark hold raspberrypi-bootloader(锁定基本配置不改变) 然后使用一下命令, sudo apt-get update sudo apt-get upgrade sudo apt-get dist-upgrade (不推荐此命令升级,更新是最新的,但是可能是不安全的) #### 特别感谢 https://blog.csdn.net/JOYIST/article/details/90720355 其他驱动可以前往:http://www.lcdwiki.com/zh/%E9%A6%96%E9%A1%B5