# linux-oled **Repository Path**: dnspeak/linux-oled ## Basic Information - **Project Name**: linux-oled - **Description**: 玩客云上实现OLED显示 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-05-27 - **Last Updated**: 2025-05-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README linux上的IIC OLED的屏幕驱动 ,本项目在玩客云实现 ![输入图片说明](image2.png) main.py 主函数 oled.py OLED函数 font.py 字库 1.运行 python3 main.py 2.修改 在oled.py中修改SDA和SCK的管脚定义 ![输入图片说明](image.png) 3.注意事项 python >= 3.6 numpy >= 1.14.0