Komut
EsploraTFT
Açıklama
Bu, Arduino Esplora kartını hedeflerken TFT sınıfının adlandırılmış örneğidir.
Sözdizimi
EsploraTFT
Parametreler
Yok
İadeler
Yok
Misal
#include <Esplora.h>
#include <SPI.h>
#include <TFT.h> // Arduino LCD library
void setup() {
// initialize the screen
EsploraTFT.begin();
// make the background white
EsploraTFT.background(255,255,255);
}
void loop() {
}
#include <SPI.h>
#include <TFT.h> // Arduino LCD library
void setup() {
// initialize the screen
EsploraTFT.begin();
// make the background white
EsploraTFT.background(255,255,255);
}
void loop() {
}