摘要: 练习:设计程序,实现在开发板的LCD 屏幕显示三种颜色,拓展:在开发板的LCD 上画一个圆 #include <stdio.h> #include <stdlib.h> #include <fcntl.h> #include <unistd.h> int main() { // 1. 打开LCD设备 阅读全文
posted @ 2025-07-26 08:57 九思0404 阅读(8) 评论(0) 推荐(0)