Making a OLED Display work with Arduino - Step by step guide | Multi-Color I2C SPI LCD

preview_player
Показать описание

Рекомендации по теме
Комментарии
Автор

People coming to this video for learning how to use SPI OLED's, such as the one pictured in the video thumbnail, will be disappointed since your instructions are for i2c. The instructions provided are great and work for i2c but please consider updating the video thumbnail to remove the SPI version it is currently showing, to avoid confusion. I appreciate your efforts and videos, thanks a bunch.

williamcheek
Автор

I've watched a bunch of OLED videos. Yours is, IMO, the best one. Thank you!

johneagle
Автор

Great job, so far I couldn't find a video that actually explained programing these oleds
Good one👍👍

seadrezasehat
Автор

How can I code oled with HC-05 module together to connect it to my mobile using Bluetooth and do some project

sayan
Автор

The code is not work. Ardunio say that "variable or field 'drawText' declared void "
// Draws text at x, y
void drawText(string text, int x, int y) {
display.setTextSize(1); // Normal 1:1 pixel scale
display.setTextColor(WHITE); // Draw white text
display.setCursor(x, y); // Start at top-left corner
display.println(F(text));
}
"SS1306_Ex2:64:15: error: 'string' was not declared in this scope; did you mean 'String'?"
"void drawText(string text, int x, int y) {
SS1306_Ex2:64:28: error: expected primary-expression before 'int'"

hsipl
Автор

Little too fast for me. I'm brand new to this and not a computer expert. I can't get mine to work at all

shawnjenkins
Автор

Woah...wait..I feel like I've been Rickrolled lol. Thanks for the video.

rfdiagnosticsllc
Автор

hey is there a smaller screen than this.

thoughtsbright
visit shbcf.ru