#include <Wire.h> #include "ASOLED.h" long x = 0; void setup() { LD.init(); LD.clearDisplay(); LD.printString_12x16("ArduBlock", 10, 2); LD.printString_12x16("Привет", 10, 5); } void loop() { LD.printString_12x16("", 90, 5); LD.printNumber((long)x); x = x + 1; delay(1000); }
Открыть пример: Online ArduBlock
Видеоурок: