# 树莓派_LCD **Repository Path**: qyydeep/raspberry-pie--lcd ## Basic Information - **Project Name**: 树莓派_LCD - **Description**: 树莓派LCD学习实验 - **Primary Language**: Python - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2020-09-24 - **Last Updated**: 2022-02-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 树莓派_LCD #### 介绍 树莓派LCD学习实验 #### 软件架构 这是一个使用树莓派显示LCD的学习实验 #### 安装教程 1. 安装工具 `sudo apt-get install i2c-tools` `sudo apt-get install python-smbus` `sudo i2cdetect -y 1` 需要安装的包 time,requests,re #### 主要功能 1. 时间显示 2. 年月日显示 3. 星期显示 4. 显示温度(此温度非实时室内温度,是从天气网上爬取的数据,一天更新三次) #### 使用说明 1. 直接使用 进入文件夹 `sudo pathon3 main.py` #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request #### 特技 1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md 2. Gitee 官方博客 [blog.gitee.com](https://blog.gitee.com) 3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解 Gitee 上的优秀开源项目 4. [GVP](https://gitee.com/gvp) 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目 5. Gitee 官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help) 6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)