我需要一些帮助来将 Lolin ESP32 连接到 7 针 SPI Oled 显示器。我目前正在使用下面代码中列出的代码和引脚布局,但我无法显示任何内容。VCC 连接到 3.3V 引脚而不是 5v
2023-04-12 06:55
// Initialize the OLED display using Arduino Wire:#define PROJ_SDA 10 // Use different pins rather than
2023-02-21 08:33
// OLED display width, in pixels #define SCREEN_HEIGHT 64 // OLED display height, i
2023-06-05 06:47
我需要一些帮助来将 Lolin ESP32 连接到 7 针 SPI Oled 显示器。我目前正在使用下面代码中列出的代码和引脚布局,但我无法显示任何内容。VCC 连接到 3.3V 引脚而不是 5v
2023-02-28 06:42
OLED显示void OLED_DisPlay_On(void){OLED_WR_Byte(0x8D,OLED_CMD);//电荷泵使能
2022-11-10 10:32
_WR_Byte(0xC0,OLED_CMD); //设置COM扫描方向;bit3:0,普通模式;1,重定义模式 COM[N-1]->COM0;N:驱动路数
2020-04-17 04:35
OLED是什么?OLED有哪些特性?OLED显存容量有多大?
2021-07-16 08:23
[display] oled.cls() if x >= 11 then x = 11 if x <= 0 then x = 1 oled.rect.fill(x*10,25,10,1
2023-05-10 07:20
我尝试使用 nodemcu 开发工具包进行简单编程,但我的 oled 是黑色的,我哪里错了? -- 设置 I2c 并连接显示 函数 init_i2c_display() -- SDA 和 SCL
2023-04-27 08:54
设置COM输出扫描方向C0/C8 () WriteCommand(0xA6);//--set normal display设置正常/ 逆显示A6/A7WriteCommand(0xA8
2017-04-15 11:15