BIONDINA
Una coscienza tranquilla rende forti.
Post Singolo

Trovi tutte le sue vaccate sulla sua vaccheca
Post Singolo
Stai per caricare la seguente immagine:
Satira
ieri alle ore 20:10 - 3.833 visualizzazioni PERCHÉ IO NO? 🤣 🤣 🤣 🤣
Facciabuchini estimatori del post
Pure con il Raspberry
#include <ER-TFTM0784-1.h>
#define RA8876_SCLK 12 // Pin 8 del display
#define RA8876_MISO 13 // Pin 6 del display
#define RA8876_MOSI 11 // Pin 7 del display
#define RA8876_CS 10 // Pin 5 del display
ERTFTM0784 tft = ERTFTM0784(RA8876_CS, -1);
void setup() {
delay(600);
SPI.begin(RA8876_SCLK, RA8876_MISO, RA8876_MOSI, RA8876_CS);
tft.begin();
tft.fillScreen(0x07FF); // Colore Ciano di test
}
void loop() {
}