|
楼主 |
发表于 2022-7-15 15:41
来自手机
|
显示全部楼层
奈何col 发表于 2022-7-14 15:30
程序中有非法字符,用个代码编辑器打开,删除非法字符,或者全删了,重新输入。 ...
#include «sPI.h>
#include ‹Adafruit GEX.h>
#include ‹Adafruit PCD8544.h>
#include «Arduino.h>
Adafruit PCD8544 display
int rotatetext
1;
Adafruit FcD8544 (7+
6, 5, 4,
3) =
void setup ()
Serial.begin (9600) :
display.begin();
display.setContrast (57) ;
display.clearDisplay();
display. setTextSize(1);
display.setTextColor (BLACK) ;
display.setTextcolor (0,0) ;
display.println ("Hello world! ") ;
display.display () ;
delay (2000) ;
display.clearDisplay();
IT
display.setTextColor (WHITE, BLACK) ;
您好帮忙看看代码为啥错了,谢谢 |
|