Difference between revisions of "Microduino-Module OLED"
From Microduino Wiki
(→FQA) |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 25: | Line 25: | ||
==Specifications== | ==Specifications== | ||
− | * | + | *Resolution: 128x64; |
− | * | + | *Interface: IIC communication; |
− | * | + | *Voltage: 3.3V; |
[[File:OLED-Pinout-1.jpg|800px|thumb|center|Microduino-OLED-Pinout1]] | [[File:OLED-Pinout-1.jpg|800px|thumb|center|Microduino-OLED-Pinout1]] | ||
Line 38: | Line 38: | ||
main components | main components | ||
− | *12864Oled Display | + | *12864Oled Display screen: 2864HSWEG01 [[File:2864HSWEG01.pdf]] |
− | *Driver | + | *Driver IC: SSD1306 [[File:SSD1306-Revision 1.1.pdf]] |
|- | |- | ||
Line 46: | Line 46: | ||
==Development== | ==Development== | ||
− | * | + | *Microduino_OLED_U8glib: https://github.com/Microduino/Microduino_Tutorials/tree/master/Microduino_Libraries/_01_Microduino_OLED_U8glib |
− | * | + | *Microduino_OLED_MultiLCD: https://github.com/Microduino/Microduino_Tutorials/tree/master/Microduino_Libraries/_01_Microduino_OLED_MultiLCD |
− | *【Adafruit_SSD1306 library'''[https://github.com/adafruit/Adafruit_SSD1306 | + | *【Adafruit_SSD1306 library'''[https://github.com/adafruit/Adafruit_SSD1306 github download ]''' 】 |
Line 57: | Line 57: | ||
The basic usage of u8glib library's sample program | The basic usage of u8glib library's sample program | ||
− | + | Note: The IIC interfaces of Microduino-Core and Microduino-Core+ are "A4(SDA), A5(SCL)" and "D20(SDA), D21(SCL)" respectively. | |
*Put the downloaded library into the libraries of Arduino IDE installation folder. If you open Arduino IDE, please close all the other example program before you open example programs inside u8glib library; | *Put the downloaded library into the libraries of Arduino IDE installation folder. If you open Arduino IDE, please close all the other example program before you open example programs inside u8glib library; | ||
Line 63: | Line 63: | ||
*Display characters/variables: | *Display characters/variables: | ||
**Use u8g.print (xx) function, just like the way you did with Serial.print (xx). | **Use u8g.print (xx) function, just like the way you did with Serial.print (xx). | ||
− | *Change the | + | *Change the font: |
**Use u8g.setFont (xx) function to change the font, parentheses "xx" can be replaced by the corresponding font library name (you can search font library in u8g.h within U8glib \utility folder); | **Use u8g.setFont (xx) function to change the font, parentheses "xx" can be replaced by the corresponding font library name (you can search font library in u8g.h within U8glib \utility folder); | ||
**Large font is recommended for u8g_font_7x13, middle font for u8g_font_fixed_v0r and small font for u8g_font_chikitar; | **Large font is recommended for u8g_font_7x13, middle font for u8g_font_fixed_v0r and small font for u8g_font_chikitar; | ||
*Change coordinates: | *Change coordinates: | ||
**Use u8g.setPrintPos (x, y) function to change the display of coordinates | **Use u8g.setPrintPos (x, y) function to change the display of coordinates | ||
− | *Screen | + | *Screen Rotation: |
**Post u8g.setRot180() in void setup() function, the screen will be flipped to 180-degree, you also can change 180 to 90,270; | **Post u8g.setRot180() in void setup() function, the screen will be flipped to 180-degree, you also can change 180 to 90,270; | ||
Line 85: | Line 85: | ||
*June 23, 2013, Batch completed, formal shelves. | *June 23, 2013, Batch completed, formal shelves. | ||
− | *June 2, | + | *June 2, 2013, Second proofing test is completed, No problems found so far, panel batch is complete. |
− | *May 18, | + | *May 18, 2013, Test model came out, no power-on reset circuit, not a capacitor resolved. |
− | *May 16, | + | *May 16, 2013, Model released, there is a small problem. |
− | *May 7, | + | *May 7, 2013, Layout is complete. |
Latest revision as of 09:54, 9 September 2016
Language: | English • 中文 |
---|
Microduino-OLED is a 0.96-inch 12864 OLED display module based on SSD1306, adopting the I2C interface and 3.3V power supply.
|
ContentsFeatures
|
Specifications
|
DocumentsEagle PCB File:Microduino-Oled.zip main components
|
Development
|
ApplicationsThe basic usage of u8glib library's sample program Note: The IIC interfaces of Microduino-Core and Microduino-Core+ are "A4(SDA), A5(SCL)" and "D20(SDA), D21(SCL)" respectively.
|
FQA
Purchase |
History
|
Pictures
|