折腾日记
龙芯3A2000c主板
给ThinkCentre M73 风扇润滑
搞不会了,一直报错
本文档使用 MrDoc 发布
-
+
首页
搞不会了,一直报错
```c #include <Adafruit_GFX.h> #include <Adafruit_SSD1306.h> const int wenduPin = PA_0; #define SCREEN_WIDTH 128 // 设置OLED宽度,单位:像素 #define SCREEN_HEIGHT 32 // 设置OLED高度,单位:像素 #define OLED_RESET 4 Adafruit_SSD1306 display(SCREEN_WIDTH, SCREEN_HEIGHT, &Wire, OLED_RESET); void setup() { display.begin(SSD1306_SWITCHCAPVCC, 0x3C); pinMode(wenduPin, INPUT); } void loop() { words_display(); display.display(); temp(); } void temp() { int t = 1+1; display.setTextColor(WHITE); display.setTextSize(1.5); display.setCursor(10, 10); display.print(t); } void words_display() { // 清除屏幕 display.clearDisplay(); // 设置字体颜色,白色可见 display.setTextColor(WHITE); //设置字体大小 display.setTextSize(1.5); //设置光标位置 display.setCursor(0, 0); display.print("LuMKFs TEST"); display.setCursor(0, 10); display.print("Temp:"); //display.print(temp()); display.print("'"); } ```
没空放肆
2024年5月25日 00:10
转发文档
收藏文档
上一篇
下一篇
手机扫码
复制链接
手机扫一扫转发分享
复制链接
Markdown文件
分享
链接
类型
密码
更新密码