Suche
Unten sind die Ergebnisse Ihrer Suche gelistet.
Volltextergebnisse:
- programmversion_0.2
- 8 Treffer, Zuletzt geändert:
- nden Pins angeschlossen:
<code>
Arduino Nano Adafruit OLED Breakout Board
GND GND (G)
5V ... iten:
* Anleitung GTX-Bibliothek: https://learn.adafruit.com/adafruit-gfx-graphics-library/overview
* Character Map: https://community.arduboy.com/t/a-small-progr... ne Bibliotheken ---------------------//
#include <Adafruit_GFX.h> // Grafik-Bibliothek für OLED-Disp
- programmversion_0.3
- 5 Treffer, Zuletzt geändert:
- ne Bibliotheken ---------------------//
#include <Adafruit_GFX.h> // Grafik-Bibliothek für OLED-Display
#include <Adafruit_SSD1351.h> // Bibliothek für OLED-Display (Adafruit OLED Breakout Board 1.27")
#include <SPI.h> ... m Datentyp float (4 Byte!)
// Definiert das OLED
Adafruit_SSD1351 tft = Adafruit_SSD1351(cs, dc, rst);
//
- programmversion_0.4
- 5 Treffer, Zuletzt geändert:
- ne Bibliotheken ---------------------//
#include <Adafruit_GFX.h> // Grafik-Bibliothek für OLED-Display
#include <Adafruit_SSD1351.h> // Bibliothek für OLED-Display (Adafruit OLED Breakout Board 1.27")
#include <SPI.h> ... m Datentyp float (4 Byte!)
// Definiert das OLED
Adafruit_SSD1351 tft = Adafruit_SSD1351(cs, dc, rst);
//
- programmversion_0.5
- 5 Treffer, Zuletzt geändert:
- ne Bibliotheken ---------------------//
#include <Adafruit_GFX.h> // Grafik-Bibliothek für OLED-Display
#include <Adafruit_SSD1351.h> // Bibliothek für OLED-Display (Adafruit OLED Breakout Board 1.27")
#include <SPI.h> ... m Datentyp float (4 Byte!)
// Definiert das OLED
Adafruit_SSD1351 tft = Adafruit_SSD1351(cs, dc, rst);
//