中文 字库 的8针 OLED 12864模块 arduino
本帖最后由 createskyblue 于 2020-8-27 14:09 编辑屏幕电路SPI连线:
中文字库OLED Arduino UNO
GND GND 地
VCC VCC 电源正 接到3.3或5.0CLK 13 时钟MOSI 11 数据DC 9 选择指令或数据 (u8g配置中的A0)CS1 10 屏幕片选FSO 12 字库输出CS2 8 字库片选
以下是程序示例:**** Hidden Message *****
然后是arduinoCN坛友NoComment提供的文件 包括完整的字库操作代码和汉字内码工具@NoComment
让我看了看那,搞得神秘兮兮的。 好东西,留个足迹,谢谢分享 经典教材 呵呵,这解决了我的问题,太感谢了 这个是并行接法是吧 这是什么呀 编译不了。
exit status 1
invalid operands of types 'unsigned char*' and 'int' to binary 'operator*' 痴迷电子 发表于 2019-7-22 13:44
编译不了。
exit status 1
invalid operands of types 'unsigned char*' and 'int' to binary 'operator*' ...
具体一点,包括arduino版本 又回来了 谢谢分享