DM-OLED55-631
Sold Out
If you want the panel without the breakout board and/or larger quantities(10+) . Contact us for a quotation.
Module Overall | |||
---|---|---|---|
Screen size | 5.5" | ||
Resolution | 256 x 64 | pixel | |
Module Dimension | 160.00 x 50.00 | mm | |
Active Area | 135.65 x 33.89 | mm | |
Weight | TBD | g |
Arduino SSD1322 Library: u8g2. Uncomment device U8G2_SSD1322_NHD_256X64_1_4W_SW_SPI u8g2(U8G2_R0, /* clock=*/ 13, /* data=*/ 11, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8);
You can refer to samples of the U8g2_Arduino/example/page_buffer;
Connect pins:13: SCL;11: SDA;10: CS;9: DC;8: RES.