We always look at the round LCDs and wonder what to do with them other than, of course, a clock. Well, [shabaz] had a great idea: use it as a star map display. The ...
void writeIndexedPixels(uint8_t *bitmap, uint16_t *color_index, uint32_t len) override; void writeIndexedPixelsDouble(uint8_t *bitmap, uint16_t *color_index, uint32_t len) override; void ...
前回のwaveshare製1.5inch OLEDモジュールに続き、SeeedStudio製2.8inch TFT Touch Shield v2.0をArduino UNO R4につないでみました。 2.8インチのTFTディスプレイとタッチパネル、SDカードのインタフェースが搭載されたArduino用の拡張シールドです。かなり以前に購入した物(10年 ...
ILI9341ドライバICを搭載した液晶ディスプレイをESP32で動かす実験をしている。今まで、TFT_eSPIを使ってきたが、Arduino Adafruit ILI9341も試してみる。
// Processor specific code used by SPI bus transaction begin/end_tft_write functions #define SET_BUS_WRITE_MODE spi_set_format(SPI_X, 8, (spi_cpol_t)(TFT_SPI_MODE ...