I'我在NodeMCU和
来自Sparkfun的Micro oled显示突破板,
一切正常,但我注意到我根本不显示任何文本,我尝试使用它们提供的示例代码进行此操作。
另一个问题是在演示代码中这部分
void pixelExample()
{
printTitle("Pixels", 1);
for (int i=0; i<512; i++)
{
oled.pixel(random(oled.getLCDWidth()), random(oled.getLCDHeight()));
oled.display();
}
}
使nodeMCU在串行端口上显示此消息
ets Jan 2013年8月8日,第一个原因:2,启动模式:(3,2)
负载0x4010f000,len 1384,房间16
tail 8
chksum 0x2d
csum 0x2d
v60000318
〜ld
I'm使用arduino IDE编写用于nodeMCU的代码,然后通过SPI连接NodeMCU和OLED屏幕。