5110代码错误麻烦大佬看看-Arduino中文社区 - Powered by Discuz!

Arduino中文社区

 找回密码
 立即注册

QQ登录

只需一步,快速开始

查看: 353|回复: 3

[已解决] 5110代码错误麻烦大佬看看

[复制链接]
发表于 2022-7-14 14:20 来自手机 | 显示全部楼层 |阅读模式
a5110ceshi:37:5: error: stray '\213' in program
C: \Users\Desktop\Arduino\a5110ceshi\a5110ceshi.ino: In function 'void setup () ':
a5110ceshi:44:11: error:
Iclass Adafruit PcD8 5441 has no member named " setTextsiza" ; did you mean I setrextsize!?
display.setTextSiza(1);
setTextsize
a5110ceshi:52:11: error:
'class Adafruit PCD8544' has no member named 'setTextsiza'; did you mean
"setTextsize!?
display.setTextSiza0);
vAN NNNNAA
setTextSize
exit status 1
stray '\342' in program
发表于 2022-7-14 15:30 | 显示全部楼层
程序中有非法字符,用个代码编辑器打开,删除非法字符,或者全删了,重新输入。
 楼主| 发表于 2022-7-14 21:26 来自手机 | 显示全部楼层
奈何col 发表于 2022-7-14 15:30
程序中有非法字符,用个代码编辑器打开,删除非法字符,或者全删了,重新输入。 ...

哦哦,非法代码是啥
 楼主| 发表于 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) ;
您好帮忙看看代码为啥错了,谢谢
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

小黑屋|Archiver|手机版|Arduino中文社区

GMT+8, 2024-12-1 01:41 , Processed in 0.087612 second(s), 15 queries .

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表