“Microduino-OLED”的版本间的差异
Jasonsheng(讨论 | 贡献) (→Development) |
(→Applications) |
||
第62行: | 第62行: | ||
*put your downloaded library into library fold within the Arduino IDE's installation folder. If opened Arduino IDE, please close all other example program before you open example program within u8glib library; | *put your downloaded library into library fold within the Arduino IDE's installation folder. If opened Arduino IDE, please close all other example program before you open example program within u8glib library; | ||
*Open the HelloWorld sample program, remove comments for this line: U8GLIB_SSD1306_128X64 u8g (U8G_I2C_OPT_NONE) (remove "/ /"), then the compiler it,downloaded it directly. After download, you can see the "Hello World!" displayed on the screen; | *Open the HelloWorld sample program, remove comments for this line: U8GLIB_SSD1306_128X64 u8g (U8G_I2C_OPT_NONE) (remove "/ /"), then the compiler it,downloaded it directly. After download, you can see the "Hello World!" displayed on the screen; | ||
− | *Display character / variables: | + | *Display character/variables: |
**Use u8g.print (xx) function, just like use Serial.print (xx). | **Use u8g.print (xx) function, just like use Serial.print (xx). | ||
*Change the font: | *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); |
**Recommended large font: u8g_font_7x13, recommended middle font: u8g_font_fixed_v0r, recommended small fonts: u8g_font_chikitar; | **Recommended large font: u8g_font_7x13, recommended middle font: u8g_font_fixed_v0r, recommended small fonts: u8g_font_chikitar; | ||
*Change coordinates: | *Change coordinates: |
2014年3月3日 (一) 04:39的版本
Language | English |
---|
Microduino-Oled 12864 is based on SSD1306 0.96 inch 12864 OLED display module. Using the I2C interface, 3.3V power supply.
|
Features
|
Specifications
|
DocumentsEagle PCB 文件:Microduino-Oled.zip main components
|
Development
|
ApplicationsThe basic usage of u8glib library's sample program Note:core's IIC interface is A4(SDA),A5(SCL),core+'s IIC interface is D20(SDA),D21(SCL)
|
Buy |
History
|
Pictures
|