Difference between revisions of "Microduino-Module OLED"
From Microduino Wiki
(→Development) |
(→Applications) |
||
Line 53: | Line 53: | ||
==Applications== | ==Applications== | ||
− | + | basic usage sample program of u8glib library | |
− | + | Note:core's IIC interface is A4(SDA),A5(SCL),core+'s IIC interface is D20(SDA),D21(SCL) | |
− | * | + | *put your downloaded library in to libraries within Arduino IDE installation folder, If open Arduino IDE, please close all other example program before you open example program within u8glib library; |
*打开HelloWorld示例程序,把U8GLIB_SSD1306_128X64 u8g(U8G_I2C_OPT_NONE)这行的注释取消(删除“//”),编译通过后就可直接下载,下载完毕后“Hello World!”就显示在屏幕上; | *打开HelloWorld示例程序,把U8GLIB_SSD1306_128X64 u8g(U8G_I2C_OPT_NONE)这行的注释取消(删除“//”),编译通过后就可直接下载,下载完毕后“Hello World!”就显示在屏幕上; | ||
*显示字符/变量: | *显示字符/变量: |
Revision as of 04:16, 21 January 2014
Microduino-Oled 12864 is based SSD1306 0.96 inch 12864 OLED display module. Using the I2C interface, 3.3V power supply.
|
ContentsFeatures
|
Specifications
|
DocumentsEagle PCB File:Microduino-Oled.zip main components
|
Development
|
Applicationsbasic usage sample program of u8glib library Note:core's IIC interface is A4(SDA),A5(SCL),core+'s IIC interface is D20(SDA),D21(SCL)
|
Buy |
History
|
Pictures
|