ニュース

This is a driver for SSD1306 and SH1106 128x64, 128x32, 64x48 and 64x32 OLED displays running on the Arduino/ESP8266 & ESP32 and mbed-os platforms. Can be used with either the I2C or SPI version of ...
OLEDディスプレイの使い方をとLEDとの応用例について、動画で解説しています。短い動画ですので、サクッとご覧いただけます。 必要なもの 1. マイコンボード 本記事では、 Arduino UNO R4 Wi-Fi を使います。 2. 電子部品 以下の電子部品を使います。 OLEDディスプレイ(SSD1306, 秋月電子で購入 ...
Arduino UNO R4 では、これまでの8bitのATmega328から、32bitのArm Cortex-M4プロセッサへと、大幅なCPU性能の向上が図られました。ルネサス製RA4M1という日本のメーカーのCPUが採用されたという点でも喜ばしいことです。 今回は、Arduino UNO R4に1.5inch OLEDモジュール (waveshare製)をSPI接続して、デモ用の ...
This is a driver for SSD1306 128x64 and 128x32 OLED displays running on the Arduino/ESP8266 & ESP32 and mbed-os platforms. Can be used with either the I2C or SPI version of the display.
void loop() { } This little code just prints some custom text in 4 different lines on the OLED display (see below shots). However, to see a demo of its full graphical potency, you can try the examples ...