-
Datei
batteryinputsleepnrf52.ino
nrf_soc.h> #include <WInterrupts.h> #include <Wire.h> // sd_nvic_SystemReset(); #define ana 31 Ucglib_ST7735_18x128x160_HWSPI ucg(/*cd=*/ 13, /*cs=*/ 11, /*reset=*/ 12); #define BUTTON_PIN 27 #define INTERRUPT_PIN 26 #define BATTERY_PIN 28 BLEPeripheral blePeripheral = BLEPeripheral(); BLEService batteryLevelService
in „Arduino Custom Firmware für Fitness Armband mit NRF52“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
ttester.pdf
entweder eine 4-Wire SPI-Schnittstelle oder ein I C-Bus benutzt. Sogar Farbdisplays mit ILI9163 oder ST7735 Controller sind mit der SPI-Schnittstelle anschliessbar. Für den NT7108 oder KS0108 Controller ist ein seriell-parallel Wandler 74HC(T)164 oder 74HC(T)595 erforderlich, da diese Controller nur den
-
Datei
armbian_modules.txt
uio_pdrv_genirq fb_hx8357d fb_ssd1325 fb_tinylcd fb_ssd1289 fb_pcd8544 fb_s6d1121 fb_hx8353d fb_sh1106 fb_st7735r fb_ili9325 fb_ssd1306 fb_uc1701 fb_ili9481 fb_ra8875 fb_ssd1351 fb_watterott fb_s6d02a1 fb_ssd1305 fb_ili9340 fb_ili9320 flexfb fb_uc1611 fb_upd161704 fb_bd663474 fb_ili9163 fb_ssd1331 fb_st7789v
in „Samba auf Banana Pi Pro installieren“ · PC Hard- und Software ·
-
PDF
PicoMite_User_Manual.pdf
colour OLED display using the SSD1331 controller. This supports 96 * 64 resolution. OPTION LCDPANEL ST7735, OR, DC, RESET, CS Initialises a TFT display using the ST7735 controller. This supports 160 * 128 resolution. OPTION LCDPANEL ST7735S, OR, DC, RESET, CS Initialises a IPS display using the ST7735S
in „allgemeine PicoMite Anfängerfragen“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
PicoMite_User_Manual_4_.pdf
colour OLED display using the SSD1331 controller. This supports 96 * 64 resolution. OPTION LCDPANEL ST7735, OR, DC, RESET, CS Initialises a TFT display using the ST7735 controller. This supports 160 * 128 resolution. OPTION LCDPANEL ST7735S, OR, DC, RESET, CS Initialises a IPS display using the ST7735S
in „Qual der Wahl - Sensoren Auswertung auf Display ("Analog")“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
tft.c
0x2D, 0x01, 0x2C, 0x2D, // [05 3C 3C 05 3C 3C] 0xB4, 1, 0x07, // [07] INVCTR Column inversion //ST7735XR Power Sequence 0xC0, 3, 0xA2, 0x02, 0x84, // [A8 08 84] PWCTR1 0xC1, 1, 0xC5, // [C0] 0xC2, 2, 0x0A, 0x00, // [0A 00] 0xC3, 2, 0x8A, 0x2A, // [8A 26] 0xC4, 2, 0x8A, 0xEE, // [8A EE] 0xC5, 1, 0x0E
in „4DLCD-32QA mit STM32 initialisieren“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Configuration.h
Generic TFT with detailed options // //#define TFT_GENERIC #if ENABLED(TFT_GENERIC) // :[ 'AUTO', 'ST7735', 'ST7789', 'ST7796', 'R61505', 'ILI9328', 'ILI9341', 'ILI9488' ] #define TFT_DRIVER AUTO // Interface. Enable one of the following options: //#define TFT_INTERFACE_FSMC //#define TFT_INTERFACE_SPI
in „Ender3 Z-Achse fährt mit Marlin nur nach oben“ · Mechanik, Gehäuse, Werkzeug ·
-
Datei
Configuration.h
Generic TFT with detailed options // //#define TFT_GENERIC #if ENABLED(TFT_GENERIC) // :[ 'AUTO', 'ST7735', 'ST7789', 'ST7796', 'R61505', 'ILI9328', 'ILI9341', 'ILI9488' ] #define TFT_DRIVER AUTO // Interface. Enable one of the following options: //#define TFT_INTERFACE_FSMC //#define TFT_INTERFACE_SPI
in „Custom 3D-Drucker zu ausgebuchtete Ecken“ · Mechanik, Gehäuse, Werkzeug ·
-
Datei
spitftbitmap16bit.ino
Time.h> #include <TimeLib.h> #include <Adafruit_GFX.h> // Core graphics library #include <Adafruit_ST7735.h> // Hardware-specific library for ST7735 // TFT display and SD card will share the hardware SPI interface. // Hardware SPI pins are specific to the Arduino board type and // cannot be remapped to
in „Arduino Custom Firmware für Fitness Armband mit NRF52“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
spitftbitmap16bit.ino
Time.h> #include <TimeLib.h> #include <Adafruit_GFX.h> // Core graphics library #include <Adafruit_ST7735.h> // Hardware-specific library for ST7735 #define TFT_CS 7 // Chip select line for TFT display #define TFT_RST 6 // Reset line for TFT (or see below...) #define TFT_DC 5 // Data/command line for TFT Adafruit_ST7735 tft = Adafruit_ST7735(TFT_CS, TFT_DC, TFT_RST); static const uint8_t _picarray2[78640UL + 1] = {0x00 ,0x00 ,0x00 ,0x00 ,0x00 ,0x00 ,0x00 ,0x00 ,0x00 ,0x00 ,0x00 ,0x00 ,0x00 ,0x00 ,0x00 ,0x00 ,0x00
in „Arduino Custom Firmware für Fitness Armband mit NRF52“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
spitftbitmap.ino
"test.h" #include <Time.h> #include <Adafruit_GFX.h> // Core graphics library #include <Adafruit_ST7735.h> // Hardware-specific library for ST7735 // TFT display and SD card will share the hardware SPI interface. // Hardware SPI pins are specific to the Arduino board type and // cannot be remapped to
in „Arduino Custom Firmware für Fitness Armband mit NRF52“ · Mikrocontroller und Digitale Elektronik ·