-
Datei
version_1p3_assembler.lst
AF 83 MOV R7,DPH ;SAVE MATRIX ALLOCATION 3465: 0DD8 AE 82 MOV R6,DPL 3466: 0DDA 90 01 06 MOV DPTR,#ST_ALL ;SEE IF TOO MUCH MEMORY TAKEN 3467: 0DDD 12 15 B0 CALL FUL1 ;ST_ALL SHOULD BE > R3:R1 3468: 0DE0 90 01 08 MOV DPTR,#MT_ALL ;SAVE THE NEW MATRIX POINTER 3469: 0DE3 12 06 05 CALL S31DP 3470: 0DE6 88
in „Basic für 80C31“ · 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 // 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
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
include "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
in „Arduino Custom Firmware für Fitness Armband mit NRF52“ · Mikrocontroller und Digitale Elektronik ·