Details
What's inside?
Discussion
Details
Overview
This breadboard compatible OLED is perfect for visual outputs in your projects. All pins are mirrored on each side for easier access connect as you wish
- SSD1306 Driver
- Arduino Compatible
- I2C Protocol
- STEMMAQT Connectors
- Genesis Matrix Compatible
Documentation
This part is fully open sourced with schematics and 3D files available bellow
AXM0010
Step by step user guide
All Axiometa products come with user guides and setting up instructions
Connection Guide
Here you’ll find connection guide images to help you integrate the sensor with various development platforms.
×
Arduino Example Code
If you haven’t already, check out this tutorial to guide you through setting up the Arduino IDE for uploading and debugging your sketches, as well as installing libraries.
For this part, you will need the following library: u8g2.h
Code copied!
#include <U8g2lib.h>
#include <Wire.h>
U8G2_SSD1306_128X64_NONAME_1_HW_I2C OLED(U8G2_R0, U8X8_PIN_NONE);
void setup(void) {
OLED.begin();
}
void loop(void) {
OLED.setFont(u8g2_font_ncenB14_tr);
OLED.firstPage();
do {
OLED.setCursor(0, 40);
OLED.print(F("Hello World!"));
} while ( OLED.nextPage() );
delay(1000);
}
To see it working open serial monitor
MAC: CMD+Shift+M
Windows: CTRL+Shift+M
Related products
What's inside?
1x OLED (AXM0010)
Discussion
Add a review
OLED (128×64)
Rating*
0/5
* Rating is required
Your review
* Review is required
Name
* Name is required
Email
* Email is required
0.0
Based on 0 reviews
5 star | 0% | |
4 star | 0% | |
3 star | 0% | |
2 star | 0% | |
1 star | 0% |
0 of 0 reviews
Sorry, no reviews match your current selections