Arduino and oled display making scroll bar for long texts

preview_player
Показать описание
Easy way to make it
Рекомендации по теме
Комментарии
Автор

This is what ive been searching could you please upload the circuit or schematic diagram??

aivolution
Автор

#include <Wire.h>
//#include<I2Cdev.h>
#include <Adafruit_SH1106.h>
Adafruit_SH1106 oled(4);
void setup() {
oled.begin();
oled.clearDisplay();
delay(20);
oled.setTextSize(1);
oled.setTextColor(WHITE);
Serial.begin(9600);

}

void loop() {
int x = map(analogRead(A1), 0, 1023, 64, -200);
oled.setCursor(0, x);
oled.print("azu ::hello dsfhuifh7 ju893u4dsfhuifh7 ju893u4 fhuifh7fwk ju893u4 fhuifh7fwk fwkopju893u4 fhuifh7fwk opju893u4 fhuifh opju893u4 fhuifh7fwkopju893u4 fhuifh7fwkopju893u4 fhuifh7fwkopju893u4 fhuifh7fwkopju893u4
oled.display();
oled.clearDisplay();
}

azutechnology
Автор

Hi man i have been searching for something like this. could u please send the code thanks

tadejsmole
Автор

dude I need this man please sent the code, please

black-cat-hackerjr
welcome to shbcf.ru