ESP8266+1.3寸OLED显示-U8g2图形库—IIC使用方法
- ESP8266开发板选择:
nodemcu1.0 - 所使用过的库:
u8g2库 - 1.3寸IIC OLED屏幕
*所使用的接口函数:U8G2_SSD1306_128X64_NONAME_1_SW_I2C u8g2(U8G2_R2, /* clock=*/ SCL, /* data=*/ SDA, /* reset=*/ U8X8_PIN_NONE); // All Boards without Reset of the Display
示例代码
/*
GraphicsTest.ino
Universal 8bit Graphics Library (https://github.com/olikraus/u8g2/)
Copyright (c) 2016, olikraus@gmail.com
All rights reserved.
Redistribution and use in source and binary

本文介绍了如何使用ESP8266开发板结合U8g2图形库,通过IIC接口驱动1.3寸OLED显示屏的方法。内容包括开发板的选择、所需的库以及具体的接口函数和示例代码。
订阅专栏 解锁全文
1618

被折叠的 条评论
为什么被折叠?



