| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
|
|
| #if defined(ARDUINO) && ! defined(__HARDWAREH__) |
| #define __HARDWAREH__ |
|
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
|
|
| #undef USESPICOSERIAL |
| #undef ARDUINOPS2 |
| #undef ARDUINOUSBKBD |
| #undef ARDUINOZX81KBD |
| #undef ARDUINOPRT |
| #undef DISPLAYCANSCROLL |
| #undef ARDUINOLCDI2C |
| #undef ARDUINONOKIA51 |
| #undef ARDUINOILI9488 |
| #undef ARDUINOSSD1306 |
| #undef ARDUINOMCUFRIEND |
| #undef ARDUINOEDP47 |
| #undef ARDUINOGRAPHDUMMY |
| #undef LCDSHIELD |
| #undef ARDUINOTFT |
| #undef ARDUINOVGA |
| #define ARDUINOEEPROM |
| #undef ARDUINOI2CEEPROM |
| #undef ARDUINOEFS |
| #undef ARDUINOSD |
| #undef ESPSPIFFS |
| #undef RP2040LITTLEFS |
| #undef STM32SDIO |
| #undef ARDUINORTC |
| #undef ARDUINORTCEMULATION |
| #undef ARDUINOTONEEMULATION |
| #undef ARDUINOWIRE |
| #undef ARDUINOWIRESLAVE |
| #undef ARDUINORF24 |
| #undef ARDUINOETH |
| #undef ARDUINOMQTT |
| #undef ARDUINOSENSORS |
| #undef ARDUINOSPIRAM |
| #undef STANDALONE |
| #undef STANDALONESECONDSERIAL |
|
|
| |
| |
| |
| |
| |
| |
| |
| #undef ARDUINOPGMEEPROM |
|
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
|
|
| #undef UNOPLAIN |
| #undef AVRLCD |
| #undef WEMOSSHIELD |
| #undef MEGASHIELD |
| #undef TTGOVGA |
| #undef DUETFT |
| #undef MEGATFT |
| #undef NANOBOARD |
| #undef MEGABOARD |
| #undef UNOBOARD |
| #undef ESP01BOARD |
| #undef RP2040BOARD |
| #undef RP2040BOARD2 |
| #undef ESP32BOARD |
| #undef MKR1010BOARD |
|
|
| |
| |
| |
| |
| |
| |
| |
| |
|
|
| |
| |
| #define PS2DATAPIN 3 |
| #define PS2IRQPIN 2 |
|
|
| |
| |
|
|
| |
| #define SOFTSERIALRX 11 |
| #define SOFTSERIALTX 12 |
|
|
| |
| #define RF24CEPIN 8 |
| #define RF24CSNPIN 9 |
|
|
| |
| #undef SDA_PIN |
| #undef SCL_PIN |
|
|
| |
| |
| #undef BREAKPIN |
|
|
| |
| #ifndef ALTSERIAL |
| #define SERIALPORT Serial |
| #endif |
|
|
| |
| #ifndef PRTSERIAL |
| #define PRTSERIAL Serial1 |
| #endif |
|
|
| |
| |
| |
| |
| |
| |
| |
| |
| #ifdef ARDUINOZX81KBD |
| #ifdef ARDUINO_AVR_MEGA2560 |
| const byte zx81pins[] = {37, 35, 33, 31, 29, 27, 25, 23, 47, 45, 43, 41, 39}; |
| #else |
| const char zx81pins[] = {7, 8, 9, 10, 11, 12, A0, A1, 2, 3, 4, 5, 6 }; |
| #endif |
| #endif |
|
|
| |
| |
| |
| |
| |
| |
| #undef SOFTWARE_SPI_FOR_SD |
|
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| #define EFSEEPROMADDR 0x050 |
| |
|
|
| #define RTCI2CADDR 0x068 |
|
|
| |
| #define I2CEEPROMADDR 0x057 |
| |
|
|
| |
| #define ARDUINOI2CEEPROM_BUFFERED |
|
|
| |
| |
| |
| #ifdef ARDUINOSENSORS |
| #undef ARDUINODHT |
| #define DHTTYPE DHT22 |
| #define DHTPIN 2 |
| #define ARDUINOSHT |
| #define ARDUINOMQ2 |
| #define MQ2PIN A0 |
| #undef ARDUINOLMS6 |
| #undef ARDUINOAHT |
| #undef ARDUINOBMP280 |
| #undef ARDUINOBME280 |
| #endif |
|
|
|
|
| #if defined(ARDUINOSHT) || defined(ARDUINOLMS6) || defined(ARDUINOAHT) || defined(ARDUINOBMP280) || defined(RDUINOBME280) |
| #define ARDUINOWIRE |
| #endif |
|
|
| |
| |
| |
| |
|
|
| |
| #if defined(UNOPLAIN) |
| #define ARDUINOEEPROM |
| #endif |
|
|
| |
| #if defined(AVRLCD) |
| #define ARDUINOEEPROM |
| #define DISPLAYCANSCROLL |
| #define LCDSHIELD |
| #endif |
|
|
| |
| |
| |
| |
| #if defined(WEMOSSHIELD) |
| #define ARDUINOEEPROM |
| #define ARDUINOPS2 |
| #define DISPLAYCANSCROLL |
| #define ARDUINOLCDI2C |
| #define ARDUINOSD |
| #define ARDUINORTC |
| #define ARDUINOWIRE |
| #define SDPIN D8 |
| #define PS2DATAPIN D2 |
| #define PS2IRQPIN D9 |
| #define ARDUINOMQTT |
| #endif |
|
|
| |
| |
| |
| |
| #if defined(MEGASHIELD) |
| #define ARDUINOEEPROM |
| #define ARDUINOPS2 |
| #define DISPLAYCANSCROLL |
| #define ARDUINOLCDI2C |
| #define ARDUINOSD |
| #define ARDUINOWIRE |
| #define ARDUINOPRT |
| #define SDPIN 4 |
| #endif |
|
|
| |
| |
| |
| |
| |
| #if defined(TTGOVGA) |
| #define ARDUINOEEPROM |
| #define ARDUINOVGA |
| #define ARDUINOSD |
| |
| #define SDPIN 13 |
| #define STANDALONE |
| #endif |
|
|
| |
| |
| |
| #if defined(MEGATFT) |
| #define ARDUINOEEPROM |
| #define ARDUINOPS2 |
| #define DISPLAYCANSCROLL |
| #define ARDUINOTFT |
| #define ARDUINOSD |
| #define ARDUINOWIRE |
| #define ARDUINOPRT |
| #define PS2DATAPIN 18 |
| #define PS2IRQPIN 19 |
| #define SDPIN 53 |
| #define STANDALONE |
| #endif |
|
|
| |
| |
| |
| #if defined(DUETFT) |
| #undef ARDUINOEEPROM |
| #define ARDUINOPS2 |
| #undef ARDUINOUSBKBD |
| #define DISPLAYCANSCROLL |
| #define ARDUINOTFT |
| #define ARDUINOSD |
| #define ARDUINOWIRE |
| #define ARDUINOPRT |
| #define ARDUINORTC |
| #define PS2DATAPIN 9 |
| #define PS2IRQPIN 8 |
| #define SDPIN 53 |
| #define STANDALONE |
| #endif |
|
|
| #if defined(NANOBOARD) |
| #undef USESPICOSERIAL |
| #define ARDUINOPS2 |
| #define DISPLAYCANSCROLL |
| #define ARDUINOLCDI2C |
| #define ARDUINOEEPROM |
| #define ARDUINOPRT |
| #define ARDUINOEFS |
| #define ARDUINORTC |
| #define ARDUINOWIRE |
| #define EFSEEPROMADDR 0x050 |
| #define STANDALONE |
| #endif |
|
|
| |
| #if defined(UNOBOARD) |
| #define ARDUINOEEPROM |
| #define ARDUINOSPIRAM |
| #define ARDUINOEFS |
| #define ARDUINOWIRE |
| #define EFSEEPROMADDR 0x050 |
| #define EFSEEPROMSIZE 65534 |
| #endif |
|
|
| |
| #if defined(MEGABOARD) |
| #undef USESPICOSERIAL |
| #define DISPLAYCANSCROLL |
| #define ARDUINOLCDI2C |
| #define ARDUINOEEPROM |
| #define ARDUINOPRT |
| #define ARDUINOSD |
| #define ARDUINOWIRE |
| #define ARDUINORTC |
| #define ARDUINOSPIRAM |
| #define RAMPIN 53 |
| #define SDPIN 49 |
| #endif |
|
|
| |
| |
| |
| |
| |
| |
| #if defined(ESP01BOARD) |
| #undef ARDUINOEEPROM |
| #define ESPSPIFFS |
| #define ARDUINOMQTT |
| #define ARDUINOWIRE |
| #if defined(ARDUINOWIRE) && defined(ARDUINO_ARCH_ESP8266) |
| #define SDA_PIN 0 |
| #define SCL_PIN 2 |
| #endif |
| |
| |
| |
| #if defined(ARDUINOWIRE) && defined(ARDUINO_ARCH_ESP32) |
| #define SDA_PIN 9 |
| #define SCL_PIN 2 |
| #endif |
| |
| |
| |
| |
| #endif |
|
|
| |
| #if defined(RP2040BOARD) |
| #undef USESPICOSERIAL |
| #define DISPLAYCANSCROLL |
| #define ARDUINOILI9488 |
| #undef ARDUINOEEPROM |
| #define ARDUINOI2CEEPROM |
| #define ARDUINOPRT |
| #define ARDUINOSD |
| #undef RP2040LITTLEFS |
| #define ARDUINOWIRE |
| #define ARDUINORTC |
| #define ARDUINOPS2 |
| #define ARDUINOMQTT |
| #undef STANDALONE |
| #endif |
|
|
| |
| #if defined(RP2040BOARD2) |
| #undef USESPICOSERIAL |
| #define DISPLAYCANSCROLL |
| #define ARDUINOILI9488 |
| #undef ARDUINOEEPROM |
| #undef ARDUINOPRT |
| #undef ARDUINOSD |
| #define RP2040LITTLEFS |
| #undef ARDUINOWIRE |
| #undef ARDUINORTC |
| #undef ARDUINOPS2 |
| #undef ARDUINOMQTT |
| #undef STANDALONE |
| #define ILI_LED A2 |
| #define ILI_CS 15 |
| #define ILI_RST 14 |
| #define ILI_DC 13 |
| #endif |
|
|
|
|
| |
| |
| #if defined(ESP32BOARD) |
| #define ILI_CS 12 |
| #define ILI_DC 27 |
| #define ILI_RST 14 |
| #define ILI_LED 26 |
| #undef USESPICOSERIAL |
| #define ESPSPIFFS |
| #define DISPLAYCANSCROLL |
| #define ARDUINOILI9488 |
| #define ARDUINOEEPROM |
| #define ARDUINOMQTT |
| #define ARDUINOWIRE |
| #endif |
|
|
| |
| |
| |
| #if defined(MKR1010BOARD) |
| #define ILI_CS 7 |
| #define ILI_DC 4 |
| #define ILI_RST 6 |
| #define ILI_LED A3 |
| #undef USESPICOSERIAL |
| #define DISPLAYCANSCROLL |
| #define ARDUINOILI9488 |
| #define ARDUINOEFS |
| #define ARDUINOMQTT |
| #define ARDUINOWIRE |
| |
| #undef ARDUINOUSBKBD |
| #undef STANDALONE |
| #endif |
|
|
| |
| |
| |
|
|
| #if defined(ARDUINO_ARCH_AVR) |
| const mem_t bsystype = SYSTYPE_AVR; |
| #elif defined(ARDUINO_ARCH_ESP8266) |
| const mem_t bsystype = SYSTYPE_ESP8266; |
| #elif defined(ARDUINO_ARCH_ESP32) |
| const mem_t bsystype = SYSTYPE_ESP32; |
| #elif defined(ARDUINO_ARCH_RP2040) || defined(ARDUINO_ARCH_MBED_RP2040) |
| const mem_t bsystype = SYSTYPE_RP2040; |
| #elif defined(ARDUINO_ARCH_SAM) && defined(ARDUINO_ARCH_SAMD) |
| const mem_t bsystype = SYSTYPE_SAM; |
| #elif defined(ARDUINO_ARCH_XMC) |
| const mem_t bsystype = SYSTYPE_XMC; |
| #elif defined(ARDUINO_ARCH_SMT32) |
| const mem_t bsystype = SYSTYPE_SMT32; |
| #elif defined(ARDUINO_ARCH_RENESAS) |
| const mem_t bsystype = SYSTYPE_NRENESA; |
| #else |
| const mem_t bsystype = SYSTYPE_UNKNOWN; |
| #endif |
|
|
| |
| |
| |
| #ifdef ARDUINO_SAM_DUE |
| #define ARDUINOTONEEMULATION |
| #endif |
|
|
| |
| |
| |
| |
| |
| |
| |
| |
|
|
| |
| #ifdef ARDUINORTC |
| #define ARDUINOWIRE |
| #endif |
|
|
| |
| #if defined(ARDUINOLCDI2C) || defined(ARDUINOSSD1306) |
| #define ARDUINOWIRE |
| #endif |
|
|
| |
| #if defined(ARDUINOEFS) |
| #define ARDUINOWIRE |
| #endif |
|
|
| |
| #if defined(ARDUINOI2CEEPROM) |
| #define ARDUINOWIRE |
| #endif |
|
|
| |
| #if defined(ARDUINOWIRE) |
| #define HASWIRE |
| #endif |
|
|
| |
| #if defined(ARDUINORF24) |
| #define ARDUINOSPI |
| #endif |
|
|
| |
| #if defined(ARDUINOSD) || defined(ESPSPIFFS) |
| #define ARDUINOSPI |
| #endif |
|
|
| |
| #if defined(ARDUINOMQTT) |
| #define ARDUINOSPI |
| #endif |
|
|
| |
| #if defined(ARDUINONOKIA51) || defined(ARDUINOILI9488) |
| #define ARDUINOSPI |
| #endif |
|
|
| |
| #if defined(ARDUINOSPIRAM) |
| #define ARDUINOSPI |
| #endif |
|
|
|
|
| |
| #if defined(ARDUINOMQTT) || defined(ARDUINOETH) || defined(ARDUINOUSBKBD) || defined(ARDUINOZX81KBD) |
| #define BASICBGTASK |
| #endif |
|
|
| |
| #ifdef USESPICOSERIAL |
| #ifndef UCSR0A |
| #undef USESPICOSERIAL |
| #endif |
| #endif |
|
|
| |
| |
| |
| |
| |
| #if !defined(ARDUINOTFT) && !defined(ARDUINOVGA) && !defined(ARDUINOILI9488) && !defined(ARDUINONOKIA51) && !defined(ARDUINOSSD1306) && !defined(ARDUINOMCUFRIEND) && !defined(ARDUINOGRAPHDUMMY) && !defined(ARDUINOEDP47) |
| #undef HASGRAPH |
| #endif |
|
|
| |
| |
| |
| |
| #if defined(ARDUINO_ARCH_SAM) || defined(ARDUINO_ARCH_SAMD) || defined(ARDUINO_ARCH_RP2040) || defined(ARDUINO_ARCH_MBED_RP2040) |
| #undef ARDUINOEEPROM |
| #endif |
|
|
| |
| |
| |
| |
| |
| |
| |
| #ifdef ARDUINOPS2 |
| #include <PS2Keyboard.h> |
| #endif |
|
|
| |
| |
| |
| |
| #ifdef ARDUINOUSBKBD |
| #include <KeyboardController.h> |
| #endif |
|
|
| |
| |
| |
| #ifdef ARDUINOZX81KBD |
| #include <ZX81Keyboard.h> |
| #endif |
|
|
| |
| |
| |
| #ifdef ARDUINOPROGMEM |
| #ifdef ARDUINO_ARCH_ESP32 |
| #include <pgmspace.h> |
| #else |
| #include <avr/pgmspace.h> |
| #endif |
| #endif |
|
|
| |
| |
| |
| #if defined(ARDUINO_ARCH_XMC) |
| #undef USESPICOSERIAL |
| #undef ARDUINOPROGMEM |
| #endif |
|
|
| |
| |
| |
| |
| |
| #ifdef ARDUINOEEPROM |
| #ifdef ARDUINO_ARCH_XMC |
| #include <XMCEEPROMLib.h> |
| #else |
| #ifdef ARDUINO_ARCH_SAMD |
| |
| #else |
| #include <EEPROM.h> |
| #endif |
| #endif |
| #endif |
|
|
| |
| #ifdef ARDUINOSPI |
| #include <SPI.h> |
| #endif |
|
|
| |
| #ifdef HASWIRE |
| #include <Wire.h> |
| #endif |
|
|
| |
| |
| |
| #ifdef LCDSHIELD |
| #include <LiquidCrystal.h> |
| #endif |
|
|
| |
| |
| |
|
|
| #ifdef ARDUINOLCDI2C |
| #include <LiquidCrystal_I2C.h> |
| #endif |
|
|
| |
| |
| |
| |
| |
| #if defined(ARDUINONOKIA51) || defined(ARDUINOSSD1306) |
| #include <U8g2lib.h> |
| #endif |
|
|
| |
| |
| |
| |
| |
| #ifdef ARDUINOILI9488 |
| #include <Adafruit_GFX.h> |
| #include <ILI9488.h> |
| #endif |
|
|
| |
| |
| |
| |
| |
| #ifdef ARDUINOMCUFRIEND |
| #include <Adafruit_GFX.h> |
| #include <MCUFRIEND_kbv.h> |
| #endif |
|
|
| |
| |
| |
| |
| |
| |
| #ifdef ARDUINOTFT |
| #include <memorysaver.h> |
| #include <UTFT.h> |
| #endif |
|
|
| |
| |
| |
| |
| |
| |
| #ifdef ARDUINOEDP47 |
| #include "epd_driver.h" |
| #include "font/firasans.h" |
| #endif |
|
|
|
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| #ifdef ARDUINOMQTT |
| #ifdef ARDUINOETH |
| #include <Ethernet.h> |
| #else |
| #ifdef ARDUINO_ARCH_ESP8266 |
| #include <ESP8266WiFi.h> |
| #endif |
| #ifdef ARDUINO_ARCH_ESP32 |
| #include <WiFi.h> |
| #endif |
| #if defined(ARDUINO_ARCH_RP2040) || defined(ARDUINO_ARCH_SAMD) |
| #include <WiFiNINA.h> |
| #endif |
| #if defined(ARDUINO_UNOR4_WIFI) |
| #include <WiFiS3.h> |
| #endif |
| #endif |
| #include <PubSubClient.h> |
| #endif |
|
|
| |
| |
| |
| |
| #if defined(ARDUINOVGA) && defined(ARDUINO_TTGO_T7_V14_Mini32) |
| #include <WiFi.h> |
| #include <fabgl.h> |
| #endif |
|
|
| |
| |
| |
| |
| |
| |
| #ifdef ARDUINOSD |
| #define FILESYSTEMDRIVER |
| #if defined(SOFTWARE_SPI_FOR_SD) |
| #include <SoftSD.h> |
| #else |
| #include <SD.h> |
| #endif |
| #endif |
|
|
| |
| |
| |
| |
| #ifdef ESPSPIFFS |
| #define FILESYSTEMDRIVER |
| #ifdef ARDUINO_ARCH_ESP8266 |
| #include <FS.h> |
| #endif |
| #ifdef ARDUINO_ARCH_ESP32 |
| #include <FS.h> |
| #include <SPIFFS.h> |
| #endif |
| #endif |
|
|
| |
| |
| |
| |
| |
| #ifdef RP2040LITTLEFS |
| #define FILESYSTEMDRIVER |
| #define LFS_MBED_RP2040_VERSION_MIN_TARGET "LittleFS_Mbed_RP2040 v1.1.0" |
| #define LFS_MBED_RP2040_VERSION_MIN 1001000 |
| #define _LFS_LOGLEVEL_ 1 |
| #define RP2040_FS_SIZE_KB 1024 |
| #define FORCE_REFORMAT false |
| #include <LittleFS_Mbed_RP2040.h> |
| #endif |
|
|
| |
| |
| |
| #ifdef STM32SDIO |
| #define FILESYSTEMDRIVER |
| #include <STM32SD.h> |
| #ifndef SD_DETECT_PIN |
| #define SD_DETECT_PIN SD_DETECT_NONE |
| #endif |
| #endif |
| |
| |
| |
| |
| #ifdef ARDUINOSD |
| #undef ESPSPIFFS |
| #undef RP2040LITTLEFS |
| #endif |
|
|
| |
| |
| |
| |
| |
| |
| |
| #ifdef ARDUINOEFS |
| #undef ESPSPIFFS |
| #undef RP2040LITTLEFS |
| #undef ARDUINOSD |
| #undef STM32SDIO |
| #define FILESYSTEMDRIVER |
| #endif |
|
|
| |
| #if (defined(ARDUINOI2CEEPROM) && defined(ARDUINOI2CEEPROM_BUFFERED)) || defined(ARDUINOEFS) |
| #include <EepromFS.h> |
| #endif |
|
|
| |
| #if defined(ARDUINOI2CEEPROM) |
| unsigned int i2ceepromsize = 0; |
| #endif |
|
|
| |
| |
| |
| #ifndef ARDUINO_AVR_MEGA2560 |
| #undef SOFTWARE_SPI_FOR_SD |
| #endif |
|
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| const int serial_baudrate = 9600; |
| mem_t sendcr = 0; |
|
|
| #ifdef ARDUINOPRT |
| int serial1_baudrate = 9600; |
| mem_t blockmode = 1; |
| #else |
| const int serial1_baudrate = 0; |
| mem_t blockmode = 0; |
| #endif |
|
|
| |
| void timeinit() {} |
|
|
| |
| void wiringbegin() {} |
|
|
| |
| void signalon() {} |
|
|
| |
| |
| |
| |
| |
| |
| #if defined(ARDUINO_ARCH_SAMD) || defined(ARDUINO_ARCH_SAM) || defined(ARDUINO_ARCH_XMC) || defined(ARDUINO_ARCH_STM32) || defined(ARDUINO_ARCH_RENESAS) |
| extern "C" char* sbrk(int incr); |
| long freeRam() { |
| char top; |
| return &top - reinterpret_cast<char*>(sbrk(0)); |
| } |
| #elif defined(ARDUINO_ARCH_AVR) || defined(ARDUINO_ARCH_MEGAAVR) || defined(ARDUINO_ARCH_LGT8F) |
| long freeRam() { |
| extern int __heap_start,*__brkval; |
| int v; |
| return (int)&v - (__brkval == 0 |
| ? (int)&__heap_start : (int) __brkval); |
| } |
| #elif defined(ARDUINO_ARCH_ESP32) || defined(ARDUINO_ARCH_ESP8266) |
| long freeRam() { |
| return ESP.getFreeHeap(); |
| } |
| #else |
| long freeRam() { |
| return 0; |
| } |
| #endif |
|
|
| |
| |
| |
| |
| long freememorysize() { |
| #if defined(ARDUINO_ARCH_RENESAS) |
| return freeRam() - 2000; |
| #endif |
| #if defined(ARDUINO_ARCH_ESP32) || defined(ARDUINO_ARCH_ESP8266) || defined(ARDUINO_ARCH_SAMD) || defined(ARDUINO_ARCH_STM32) |
| return freeRam() - 4000; |
| #endif |
| #if defined(ARDUINO_ARCH_XMC) |
| return freeRam() - 2000; |
| #endif |
| #if defined(ARDUINO_ARCH_AVR) || defined(ARDUINO_ARCH_MEGAAVR) || defined(ARDUINO_ARCH_SAM) || defined(ARDUINO_ARCH_LGT8F) |
| int overhead=192; |
| #ifdef HASFLOAT |
| overhead+=96; |
| #endif |
| #ifdef ARDUINO_AVR_MEGA2560 |
| overhead+=96; |
| #endif |
| #ifdef ARDUINOWIRE |
| overhead+=128; |
| #endif |
| #ifdef ARDUINORF24 |
| overhead+=128; |
| #endif |
| #if defined(ARDUINOSD) |
| overhead+=512; |
| #endif |
| #ifdef ARDUINOZX81KBD |
| overhead+=64; |
| #endif |
| #ifdef ARDUINOETH |
| overhead+=256; |
| #endif |
| #ifdef HASGRAPH |
| overhead+=256; |
| #endif |
| return freeRam() - overhead; |
| #endif |
| #if defined(ARDUINO_NANO_RP2040_CONNECT) || defined(ARDUINO_RASPBERRY_PI_PICO) |
| return 65536; |
| #endif |
| return 0; |
| } |
|
|
| |
| |
| |
| #if defined(ARDUINO_ARCH_AVR) || defined(ARDUINO_ARCH_MEGAAVR) |
| void(* callzero)() = 0; |
| #endif |
|
|
| void restartsystem() { |
| eflush(); |
| #if defined(ARDUINO_ARCH_ESP32) || defined(ARDUINO_ARCH_ESP8266) |
| ESP.restart(); |
| #endif |
| #if defined(ARDUINO_ARCH_AVR) || defined(ARDUINO_ARCH_MEGAAVR) |
| callzero(); |
| #endif |
| #if defined(ARDUINO_ARCH_LGT8F) |
| #endif |
| } |
|
|
| |
| |
| |
| |
| |
| |
| |
| #if defined(ARDUINO_ARCH_SAMD) |
| #define HASBUILTINRTC |
| #include "RTCZero.h" |
| #include "ArduinoLowPower.h" |
| RTCZero rtc; |
| #endif |
|
|
| |
| #if defined(ARDUINO_ARCH_STM32) |
| #define HASBUILTINRTC |
| #include "STM32RTC.h" |
| #include "STM32LowPower.h" |
| STM32RTC& rtc = STM32RTC::getInstance(); |
| #endif |
|
|
| |
| #if defined(ARDUINO_ARCH_RENESAS) |
| #define HASBUILTINRTC |
| #include "RTC.h" |
| RTCTime rtc; |
| #endif |
|
|
|
|
| |
| #if defined(ARDUINO_ARCH_ESP32) |
| #include "time.h" |
| #include <sys/time.h> |
| #endif |
|
|
|
|
| |
| void rtcsqw(); |
|
|
| #define LOWPOWERINTPIN 2 |
| void aftersleepinterrupt(void) { } |
|
|
| void activatesleep(long t) { |
| eflush(); |
| #if defined(ARDUINO_ARCH_ESP8266) |
| ESP.deepSleep(t*1000); |
| #endif |
| #if defined(ARDUINO_ARCH_ESP32) |
| esp_sleep_enable_timer_wakeup(t*1000); |
| esp_deep_sleep_start(); |
| #endif |
| #if defined(ARDUINO_ARCH_SAMD) |
| LowPower.sleep((int) t); |
| #endif |
| #if defined(ARDUINO_AVR_ATmega644) |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| #endif |
| } |
|
|
| |
| |
| |
| |
| |
| void spibegin() { |
| #ifdef ARDUINOSPI |
| #ifdef ARDUINO_TTGO_T7_V14_Mini32 |
| |
| SPI.begin(14, 2, 12, 13); |
| #else |
| SPI.begin(); |
| #endif |
| #endif |
| } |
|
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
|
|
| |
| uint8_t rgbtovga(int r, int g, int b) { |
| short vga; |
| if (r>191 || g>191 || b>191) vga=8; else vga=0; |
| vga=vga+r/128+g/128*2+b/128*4; |
| return vga; |
| } |
|
|
| |
| |
| |
| |
| #ifdef LCDSHIELD |
| #define DISPLAYDRIVER |
| #undef DISPLAYHASCOLOR |
| #undef DISPLAYHASGRAPH |
| |
| |
| |
| |
| const int dsp_rows=2; |
| const int dsp_columns=16; |
| LiquidCrystal lcd( 8, 9, 4, 5, 6, 7); |
| void dspbegin() { lcd.begin(dsp_columns, dsp_rows); dspsetscrollmode(1, 1); } |
| void dspprintchar(char c, mem_t col, mem_t row) { lcd.setCursor(col, row); if (c) lcd.write(c);} |
| void dspclear() { lcd.clear(); } |
| void dspupdate() {} |
| void dspsetcursor(mem_t c) { if (c) lcd.blink(); else lcd.noBlink(); } |
| void dspsetfgcolor(uint8_t c) {} |
| void dspsetbgcolor(uint8_t c) {} |
| void dspsetreverse(mem_t c) {} |
| mem_t dspident() {return 0; } |
| #define HASKEYPAD |
| |
| short keypadread(){ |
| int a=analogRead(A0); |
| if (a >= 850) return 0; |
| else if (a>=600 && a<850) return 10; |
| else if (a>=400 && a<600) return '1'; |
| else if (a>=200 && a<400) return '3'; |
| else if (a>=60 && a<200) return '4'; |
| else return '2'; |
| } |
| |
| mem_t kbdrepeat=0; |
| #endif |
|
|
| |
| |
| |
| |
| #ifdef ARDUINOLCDI2C |
| #define DISPLAYDRIVER |
| #undef DISPLAYHASCOLOR |
| #undef DISPLAYHASGRAPH |
| const int dsp_rows=4; |
| const int dsp_columns=20; |
| LiquidCrystal_I2C lcd(0x27, dsp_columns, dsp_rows); |
| void dspbegin() { lcd.init(); lcd.backlight(); dspsetscrollmode(1, 1); } |
| void dspprintchar(char c, mem_t col, mem_t row) { lcd.setCursor(col, row); if (c) lcd.write(c); } |
| void dspclear() { lcd.clear(); } |
| void dspupdate() {} |
| void dspsetcursor(mem_t c) { if (c) lcd.blink(); else lcd.noBlink(); } |
| void dspsetfgcolor(uint8_t c) {} |
| void dspsetbgcolor(uint8_t c) {} |
| void dspsetreverse(mem_t c) {} |
| mem_t dspident() {return 0; } |
| #endif |
|
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| #ifdef ARDUINONOKIA51 |
| #define DISPLAYDRIVER |
| #define DISPLAYPAGEMODE |
| #undef DISPLAYHASCOLOR |
| #define DISPLAYHASGRAPH |
| #ifndef NOKIA_CS |
| #define NOKIA_CS 15 |
| #endif |
| #ifndef NOKIA_DC |
| #define NOKIA_DC 0 |
| #endif |
| #ifndef NOKIA_RST |
| #define NOKIA_RST 2 |
| #endif |
| U8G2_PCD8544_84X48_F_4W_HW_SPI u8g2(U8G2_R0, NOKIA_CS, NOKIA_DC, NOKIA_RST); |
| const int dsp_rows=6; |
| const int dsp_columns=10; |
| typedef uint8_t dspcolor_t; |
| dspcolor_t dspfgcolor = 1; |
| dspcolor_t dspbgcolor = 0; |
| char dspfontsize = 8; |
| void dspbegin() { u8g2.begin(); u8g2.setFont(u8g2_font_amstrad_cpc_extended_8r); } |
| void dspprintchar(char c, mem_t col, mem_t row) { char b[] = { 0, 0 }; b[0]=c; if (c) u8g2.drawStr(col*dspfontsize+2, (row+1)*dspfontsize, b); } |
| void dspclear() { u8g2.clearBuffer(); u8g2.sendBuffer(); dspfgcolor=1; } |
| void dspupdate() { u8g2.sendBuffer(); } |
| void dspsetcursor(mem_t c) {} |
| void dspsetfgcolor(uint8_t c) {} |
| void dspsetbgcolor(uint8_t c) {} |
| void dspsetreverse(mem_t c) {} |
| mem_t dspident() {return 0;} |
| void rgbcolor(int r, int g, int b) {} |
| void vgacolor(short c) { dspfgcolor=c%3; u8g2.setDrawColor(dspfgcolor); } |
| void plot(int x, int y) { u8g2.setDrawColor(dspfgcolor); u8g2.drawPixel(x, y); dspgraphupdate(); } |
| void line(int x0, int y0, int x1, int y1) { u8g2.drawLine(x0, y0, x1, y1); dspgraphupdate(); } |
| void rect(int x0, int y0, int x1, int y1) { u8g2.drawFrame(x0, y0, x1-x0, y1-y0); dspgraphupdate(); } |
| void frect(int x0, int y0, int x1, int y1) { u8g2.drawBox(x0, y0, x1-x0, y1-y0); dspgraphupdate(); } |
| void circle(int x0, int y0, int r) { u8g2.drawCircle(x0, y0, r); dspgraphupdate(); } |
| void fcircle(int x0, int y0, int r) { u8g2.drawDisc(x0, y0, r); dspgraphupdate(); } |
| #endif |
|
|
| |
| |
| |
| |
| |
| |
| |
| #ifdef ARDUINOEDP47 |
| #define GRAPHDISPLAYDRIVER |
| #define DISPLAYPAGEMODE |
| #undef DISPLAYHASCOLOR |
| #define DISPLAYHASGRAPH |
| const int dsp_width=960; |
| const int dsp_height=540; |
| const int dsp_rows=0; |
| const int dsp_columns=0; |
| typedef uint8_t dspcolor_t; |
| dspcolor_t dspfgcolor = 1; |
| dspcolor_t dspbgcolor = 0; |
| char dspfontsize = 24; |
| int dspgraphcursor_x = 0; |
| int dspgraphcursor_y = dspfontsize; |
| void dspbegin() { epd_init(); dspclear(); } |
| void dspprintstring(char* s) { |
| epd_poweron(); |
| writeln((GFXfont *)&FiraSans, s, &dspgraphcursor_x, &dspgraphcursor_y, NULL); |
| epd_poweroff(); |
| } |
| void dspclear() { epd_poweron(); epd_clear(); epd_poweroff(); dspfgcolor=1; } |
| void dspupdate() { } |
| void dspsetcursor(mem_t c) {} |
| void dspsetfgcolor(uint8_t c) {} |
| void dspsetbgcolor(uint8_t c) {} |
| void dspsetreverse(mem_t c) {} |
| mem_t dspident() {return 0;} |
| void rgbcolor(int r, int g, int b) {} |
| void vgacolor(short c) { dspfgcolor=c%3; } |
| void plot(int x, int y) { } |
| void line(int x0, int y0, int x1, int y1) { } |
| void rect(int x0, int y0, int x1, int y1) { } |
| void frect(int x0, int y0, int x1, int y1) { } |
| void circle(int x0, int y0, int r) { } |
| void fcircle(int x0, int y0, int r) { } |
| #endif |
| |
|
|
| |
| |
| |
| |
| |
| |
| #ifdef ARDUINOSSD1306 |
| #define DISPLAYDRIVER |
| #define DISPLAYPAGEMODE |
| #undef DISLAYHASCOLOR |
| #define DISPLAYHASGRAPH |
| #define SSD1306WIDTH 32 |
| #define SSD1306HEIGHT 128 |
| |
| |
| |
| |
| #if SSD1306WIDTH == 32 |
| |
| |
| |
| U8G2_SSD1306_128X32_UNIVISION_F_HW_I2C u8g2(U8G2_R0); |
| #endif |
| #if SSD1306WIDTH == 64 |
| |
| #ifdef ARDUINO_heltec_wifi_lora_32_V2 |
| U8G2_SSD1306_128X64_NONAME_F_SW_I2C u8g2(U8G2_R0, 15, 4, 16); |
| #else |
| |
| |
| U8G2_SSD1306_128X64_NONAME_F_HW_I2C u8g2(U8G2_R0); |
| #endif |
| #endif |
| const char dspfontsize = 8; |
| const int dsp_rows=SSD1306WIDTH/dspfontsize; |
| const int dsp_columns=SSD1306HEIGHT/dspfontsize; |
| typedef uint8_t dspcolor_t; |
| dspcolor_t dspfgcolor = 1; |
| dspcolor_t dspbgcolor = 0; |
| void dspbegin() { u8g2.begin(); u8g2.setFont(u8g2_font_amstrad_cpc_extended_8r); } |
| void dspprintchar(char c, mem_t col, mem_t row) { char b[] = { 0, 0 }; b[0]=c; if (c) u8g2.drawStr(col*dspfontsize+2, (row+1)*dspfontsize, b); } |
| void dspclear() { u8g2.clearBuffer(); u8g2.sendBuffer(); dspfgcolor=1; } |
| void dspupdate() { u8g2.sendBuffer(); } |
| void dspsetcursor(mem_t c) {} |
| void dspsetfgcolor(uint8_t c) {} |
| void dspsetbgcolor(uint8_t c) {} |
| void dspsetreverse(mem_t c) {} |
| mem_t dspident() {return 0;} |
| void rgbcolor(int r, int g, int b) {} |
| void vgacolor(short c) { dspfgcolor=c%3; u8g2.setDrawColor(dspfgcolor); } |
| void plot(int x, int y) { u8g2.setDrawColor(dspfgcolor); u8g2.drawPixel(x, y); dspgraphupdate(); } |
| void line(int x0, int y0, int x1, int y1) { u8g2.drawLine(x0, y0, x1, y1); dspgraphupdate(); } |
| void rect(int x0, int y0, int x1, int y1) { u8g2.drawFrame(x0, y0, x1-x0, y1-y0); dspgraphupdate(); } |
| void frect(int x0, int y0, int x1, int y1) { u8g2.drawBox(x0, y0, x1-x0, y1-y0); dspgraphupdate(); } |
| void circle(int x0, int y0, int r) { u8g2.drawCircle(x0, y0, r); dspgraphupdate(); } |
| void fcircle(int x0, int y0, int r) { u8g2.drawDisc(x0, y0, r); dspgraphupdate(); } |
| #endif |
|
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| #ifdef ARDUINOILI9488 |
| #define DISPLAYDRIVER |
| #define DISPLAYHASCOLOR |
| #define DISPLAYHASGRAPH |
| #ifndef ILI_CS |
| #define ILI_CS 9 |
| #endif |
| #ifndef ILI_DC |
| #define ILI_DC 8 |
| #endif |
| #ifndef ILI_RST |
| #define ILI_RST 7 |
| #endif |
| #ifndef ILI_LED |
| #define ILI_LED A3 |
| #endif |
| ILI9488 tft = ILI9488(ILI_CS, ILI_DC, ILI_RST); |
| |
| const int dsp_rows=20; |
| const int dsp_columns=30; |
| char dspfontsize = 16; |
| typedef uint16_t dspcolor_t; |
| const uint16_t dspdefaultfgcolor = 0xFFFF; |
| const uint8_t dspdefaultfgvgacolor = 0x0F; |
| dspcolor_t dspfgcolor = dspdefaultfgcolor; |
| dspcolor_t dspbgcolor = 0; |
| dspcolor_t dsptmpcolor = 0; |
| uint8_t dspfgvgacolor = dspdefaultfgvgacolor; |
| uint8_t dsptmpvgacolor = 0; |
| void dspbegin() { |
| tft.begin(); |
| tft.setRotation(3); |
| tft.setTextColor(dspfgcolor); |
| tft.setTextSize(2); |
| tft.fillScreen(dspbgcolor); |
| pinMode(ILI_LED, OUTPUT); |
| analogWrite(ILI_LED, 255); |
| dspsetscrollmode(1, 4); |
| } |
| void dspprintchar(char c, mem_t col, mem_t row) { if (c) tft.drawChar(col*dspfontsize, row*dspfontsize, c, dspfgcolor, dspbgcolor, 2); } |
| void dspclear() { |
| tft.fillScreen(dspbgcolor); |
| dspfgcolor = dspdefaultfgcolor; |
| dspfgvgacolor = dspdefaultfgvgacolor; |
| } |
| void dspupdate() {} |
| void dspsetcursor(mem_t c) {} |
| void dspsavepen() { dsptmpcolor=dspfgcolor; dsptmpvgacolor=dspfgvgacolor; } |
| void dsprestorepen() { dspfgcolor=dsptmpcolor; dspfgvgacolor=dsptmpvgacolor; } |
| void dspsetfgcolor(uint8_t c) { vgacolor(c); } |
| void dspsetbgcolor(uint8_t c) { } |
| void dspsetreverse(mem_t c) {} |
| mem_t dspident() {return 0; } |
| void rgbcolor(int r, int g, int b) { dspfgvgacolor=rgbtovga(r, g, b); dspfgcolor=tft.color565(r, g, b);} |
| void vgacolor(short c) { |
| short base=128; |
| dspfgvgacolor=c; |
| if (c==8) { dspfgcolor=tft.color565(64, 64, 64); return; } |
| if (c>8) base=255; |
| dspfgcolor=tft.color565(base*(c&1), base*((c&2)/2), base*((c&4)/4)); |
| } |
| void plot(int x, int y) { tft.drawPixel(x, y, dspfgcolor); } |
| void line(int x0, int y0, int x1, int y1) { tft.drawLine(x0, y0, x1, y1, dspfgcolor); } |
| void rect(int x0, int y0, int x1, int y1) { tft.drawRect(x0, y0, x1, y1, dspfgcolor);} |
| void frect(int x0, int y0, int x1, int y1) { tft.fillRect(x0, y0, x1, y1, dspfgcolor); } |
| void circle(int x0, int y0, int r) { tft.drawCircle(x0, y0, r, dspfgcolor); } |
| void fcircle(int x0, int y0, int r) { tft.fillCircle(x0, y0, r, dspfgcolor); } |
| #endif |
|
|
| |
| |
| |
| |
| |
| |
| |
|
|
| #ifdef ARDUINOMCUFRIEND |
| #define DISPLAYDRIVER |
| #define DISPLAYHASCOLOR |
| #define DISPLAYHASGRAPH |
| #ifndef LCD_CS |
| #define LCD_CS A3 |
| #endif |
| #ifndef LCD_CD |
| #define LCD_CD A2 |
| #endif |
| #ifndef LCD_WR |
| #define LCD_WR A1 |
| #endif |
| #ifndef LCD_RD |
| #define LCD_RD A0 |
| #endif |
| #ifndef LCD_RESET |
| #define LCD_RESET A4 |
| #endif |
| MCUFRIEND_kbv tft; |
| |
| const int dsp_rows=20; |
| const int dsp_columns=30; |
| char dspfontsize = 16; |
| typedef uint16_t dspcolor_t; |
| const uint16_t dspdefaultfgcolor = 0xFFFF; |
| const uint8_t dspdefaultfgvgacolor = 0x0F; |
| dspcolor_t dspfgcolor = dspdefaultfgcolor; |
| dspcolor_t dspbgcolor = 0; |
| dspcolor_t dsptmpcolor = 0; |
| uint8_t dspfgvgacolor = dspdefaultfgvgacolor; |
| uint8_t dsptmpvgacolor = 0; |
| void dspbegin() { |
| uint16_t ID = tft.readID(); |
| if (ID == 0xD3D3) ID = 0x9481; |
| tft.begin(ID); |
| tft.setRotation(1); |
| tft.setTextColor(dspfgcolor); |
| tft.setTextSize(2); |
| tft.fillScreen(dspbgcolor); |
| dspsetscrollmode(1, 4); |
| } |
| void dspprintchar(char c, mem_t col, mem_t row) { if (c) tft.drawChar(col*dspfontsize, row*dspfontsize, c, dspfgcolor, dspbgcolor, 2); } |
| void dspclear() { |
| tft.fillScreen(dspbgcolor); |
| dspfgcolor = dspdefaultfgcolor; |
| dspfgvgacolor = dspdefaultfgvgacolor; |
| } |
| void dspupdate() {} |
| void dspsetcursor(mem_t c) {} |
| void dspsavepen() { dsptmpcolor=dspfgcolor; dsptmpvgacolor=dspfgvgacolor; } |
| void dsprestorepen() { dspfgcolor=dsptmpcolor; dspfgvgacolor=dsptmpvgacolor; } |
| void dspsetfgcolor(uint8_t c) { vgacolor(c); } |
| void dspsetbgcolor(uint8_t c) { } |
| void dspsetreverse(mem_t c) {} |
| mem_t dspident() {return 0; } |
| void rgbcolor(int r, int g, int b) { dspfgvgacolor=rgbtovga(r, g, b); dspfgcolor=tft.color565(r, g, b);} |
| void vgacolor(short c) { |
| short base=128; |
| dspfgvgacolor=c; |
| if (c==8) { dspfgcolor=tft.color565(64, 64, 64); return; } |
| if (c>8) base=255; |
| dspfgcolor=tft.color565(base*(c&1), base*((c&2)/2), base*((c&4)/4)); |
| } |
| void plot(int x, int y) { tft.drawPixel(x, y, dspfgcolor); } |
| void line(int x0, int y0, int x1, int y1) { tft.drawLine(x0, y0, x1, y1, dspfgcolor); } |
| void rect(int x0, int y0, int x1, int y1) { tft.drawRect(x0, y0, x1, y1, dspfgcolor);} |
| void frect(int x0, int y0, int x1, int y1) { tft.fillRect(x0, y0, x1, y1, dspfgcolor); } |
| void circle(int x0, int y0, int r) { tft.drawCircle(x0, y0, r, dspfgcolor); } |
| void fcircle(int x0, int y0, int r) { tft.fillCircle(x0, y0, r, dspfgcolor); } |
| #endif |
|
|
| |
| |
| |
| |
| |
| #ifdef ARDUINOGRAPHDUMMY |
| #define DISPLAYDRIVER |
| #undef DISPLAYHASCOLOR |
| #define DISPLAYHASGRAPH |
| const int dsp_rows=20; |
| const int dsp_columns=30; |
| const uint16_t dspdefaultfgcolor = 1; |
| char dspfontsize = 16; |
| typedef uint16_t dspcolor_t; |
| dspcolor_t dspfgcolor = 0xFFFF; |
| dspcolor_t dspbgcolor = 0x0000; |
| void dspbegin() { dspsetscrollmode(1, 4); } |
| void dspprintchar(char c, mem_t col, mem_t row) {} |
| void dspclear() {} |
| void dspupdate() {} |
| void dspsetcursor(mem_t c) {} |
| void dspsetfgcolor(uint8_t c) {} |
| void dspsetbgcolor(uint8_t c) {} |
| void dspsetreverse(mem_t c) {} |
| mem_t dspident() {return 0; } |
| void rgbcolor(int r, int g, int b) { dspfgcolor=0; } |
| void vgacolor(short c) { |
| short base=128; |
| if (c==8) { rgbcolor(64, 64, 64); return; } |
| if (c>8) base=255; |
| rgbcolor(base*(c&1), base*((c&2)/2), base*((c&4)/4)); |
| } |
| void plot(int x, int y) {} |
| void line(int x0, int y0, int x1, int y1) {} |
| void rect(int x0, int y0, int x1, int y1) {} |
| void frect(int x0, int y0, int x1, int y1) {} |
| void circle(int x0, int y0, int r) {} |
| void fcircle(int x0, int y0, int r) {} |
| #endif |
|
|
|
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| #ifdef ARDUINOTFT |
| #define DISPLAYDRIVER |
| #define DISPLAYHASCOLOR |
| #define DISPLAYHASGRAPH |
| extern uint8_t SmallFont[]; |
| extern uint8_t BigFont[]; |
| #ifdef ARDUINO_SAM_DUE |
| UTFT tft(CTE70,25,26,27,28); |
| #else |
| UTFT tft(CTE70,38,39,40,41); |
| #endif |
| const int dsp_rows=30; |
| const int dsp_columns=50; |
| char dspfontsize = 16; |
| const uint32_t dspdefaultfgcolor = 0x00FFFFFF; |
| const uint8_t dspdefaultfgvgacolor = 0x0F; |
| typedef uint32_t dspcolor_t; |
| dspcolor_t dspfgcolor = dspdefaultfgcolor; |
| dspcolor_t dspbgcolor = 0; |
| dspcolor_t dsptmpcolor = 0; |
| uint8_t dspfgvgacolor = dspdefaultfgvgacolor; |
| uint8_t dsptmpvgacolor = 0; |
| void dspbegin() { tft.InitLCD(); tft.setFont(BigFont); tft.clrScr(); dspsetscrollmode(1, 4); } |
| void dspprintchar(char c, mem_t col, mem_t row) { if (c) tft.printChar(c, col*dspfontsize, row*dspfontsize); } |
| void dspclear() { |
| tft.clrScr(); |
| dspfgcolor = dspdefaultfgcolor; |
| dspfgvgacolor = dspdefaultfgvgacolor; |
| vgacolor(dspfgvgacolor); |
| } |
| void rgbcolor(int r, int g, int b) { |
| tft.setColor(r,g,b); |
| dspfgcolor=((uint8_t)r << 16) + ((uint8_t)g << 8) + b; |
| dspfgvgacolor=rgbtovga(r, g, b); |
| } |
| void vgacolor(short c) { |
| short base=128; |
| dspfgvgacolor=c; |
| if (c==8) { tft.setColor(64, 64, 64); return; } |
| if (c>8) base=255; |
| tft.setColor(base*(c&1), base*((c&2)/2), base*((c&4)/4)); |
| } |
| void dspupdate() {} |
| void dspsetcursor(mem_t c) {} |
| void dspsavepen() { dsptmpcolor=dspfgcolor; dsptmpvgacolor=dspfgvgacolor; } |
| void dsprestorepen() { dspfgcolor=dsptmpcolor; dspfgvgacolor=dsptmpvgacolor; } |
| void dspsetfgcolor(uint8_t c) { vgacolor(c); } |
| void dspsetbgcolor(uint8_t c) { } |
| void dspsetreverse(mem_t c) {} |
| mem_t dspident() {return 0;} |
| void plot(int x, int y) { tft.drawPixel(x, y); } |
| void line(int x0, int y0, int x1, int y1) { tft.drawLine(x0, y0, x1, y1); } |
| void rect(int x0, int y0, int x1, int y1) { tft.drawRect(x0, y0, x1, y1); } |
| void frect(int x0, int y0, int x1, int y1) { tft.fillRect(x0, y0, x1, y1); } |
| void circle(int x0, int y0, int r) { tft.drawCircle(x0, y0, r); } |
| void fcircle(int x0, int y0, int r) { tft.fillCircle(x0, y0, r); } |
| #endif |
|
|
| |
| |
| |
| |
| |
| |
| |
| #if defined(ARDUINOVGA) && defined(ARDUINO_TTGO_T7_V14_Mini32) |
| |
| fabgl::VGA16Controller VGAController; |
| static fabgl::Terminal Terminal; |
| static Canvas cv(&VGAController); |
| TerminalController tc(&Terminal); |
| Color vga_graph_pen = Color::BrightWhite; |
| Color vga_graph_brush = Color::Black; |
| Color vga_txt_pen = Color::BrightGreen; |
| Color vga_txt_background = Color::Black; |
| #ifdef HASTONE |
| fabgl::SoundGenerator soundGenerator; |
| #endif |
|
|
|
|
| |
| void vgabegin() { |
| VGAController.begin(GPIO_NUM_22, GPIO_NUM_21, GPIO_NUM_19, GPIO_NUM_18, GPIO_NUM_5, GPIO_NUM_4, GPIO_NUM_23, GPIO_NUM_15); |
| VGAController.setResolution(VGA_640x200_70Hz); |
| Terminal.begin(&VGAController); |
| Terminal.setBackgroundColor(vga_txt_background); |
| Terminal.setForegroundColor(vga_txt_pen); |
| Terminal.connectLocally(); |
| Terminal.clear(); |
| Terminal.enableCursor(1); |
| Terminal.setTerminalType(TermType::VT52); |
| } |
|
|
| int vgastat(char c) {return 0; } |
|
|
| |
| void vgascale(int* x, int* y) { |
| *y=*y*10/24; |
| } |
|
|
| void rgbcolor(int r, int g, int b) { |
| short vga; |
| if (r>191 || g>191 || b>191) vga=8; else vga=0; |
| vga=vga+r/128+g/128*2+b/128*4; |
| vga_graph_pen=fabgl::Color(vga); |
| } |
|
|
| void vgacolor(short c) { vga_graph_pen = fabgl::Color(c%16); } |
| void plot(int x, int y) { |
| vgascale(&x, &y); |
| cv.setPenColor(vga_graph_pen); |
| cv.setPixel(x,y); |
| cv.setPenColor(vga_txt_pen); |
| } |
|
|
| void line(int x0, int y0, int x1, int y1) { |
| vgascale(&x0, &y0); |
| vgascale(&x1, &y1); |
| cv.setPenColor(vga_graph_pen); |
| cv.setPenWidth(1); |
| cv.drawLine(x0, y0, x1, y1); |
| cv.setPenColor(vga_txt_pen); |
| } |
|
|
| void rect(int x0, int y0, int x1, int y1) { |
| vgascale(&x0, &y0); |
| vgascale(&x1, &y1); |
| cv.setPenColor(vga_graph_pen); |
| cv.setPenWidth(1); |
| cv.drawRectangle(x0, y0, x1, y1); |
| cv.setPenColor(vga_txt_pen); |
| } |
|
|
| void frect(int x0, int y0, int x1, int y1) { |
| vgascale(&x0, &y0); |
| vgascale(&x1, &y1); |
| cv.setBrushColor(vga_graph_pen); |
| cv.fillRectangle(x0, y0, x1, y1); |
| cv.setBrushColor(vga_txt_background); |
| } |
|
|
| void circle(int x0, int y0, int r) { |
| int rx = r; |
| int ry = r; |
| vgascale(&x0, &y0); |
| vgascale(&rx, &ry); |
| cv.setPenColor(vga_graph_pen); |
| cv.setPenWidth(1); |
| cv.drawEllipse(x0, y0, rx, ry); |
| cv.setPenColor(vga_txt_pen); |
| } |
|
|
| void fcircle(int x0, int y0, int r) { |
| int rx = r; |
| int ry = r; |
| vgascale(&x0, &y0); |
| vgascale(&rx, &ry); |
| cv.setBrushColor(vga_graph_pen); |
| cv.fillEllipse(x0, y0, rx, ry); |
| cv.setBrushColor(vga_txt_background); |
| } |
|
|
| void vgawrite(char c){ |
| switch(c) { |
| case 12: |
| Terminal.write(27); Terminal.write('H'); |
| Terminal.write(27); Terminal.write('J'); |
| return; |
| case 10: |
| Terminal.write(10); Terminal.write(13); |
| return; |
| } |
| Terminal.write(c); |
| } |
| #else |
| void vgabegin(){} |
| int vgastat(char c) {return 0; } |
| void vgawrite(char c){} |
| #endif |
|
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| #ifdef ARDUINO_TTGO_T7_V14_Mini32 |
| #define PS2FABLIB |
| #define HASKEYBOARD |
| fabgl::PS2Controller PS2Controller; |
| char fabgllastchar = 0; |
| #else |
| #if defined(ARDUINO) && defined(ARDUINOPS2) |
| #define PS2KEYBOARD |
| #define HASKEYBOARD |
| PS2Keyboard keyboard; |
| #else |
| #if defined(ARDUINO) && defined(ARDUINOUSBKBD) |
| #define HASKEYBOARD |
| #define USBKEYBOARD |
| USBHost usb; |
| KeyboardController keyboard(usb); |
| char usbkey=0; |
| #else |
| #if defined(ARDUINOZX81KBD) |
| #define HASKEYBOARD |
| #define ZX81KEYBOARD |
| ZX81Keyboard keyboard; |
| #endif |
| #endif |
| #endif |
| #endif |
|
|
| |
| |
| |
| #if defined(ARDUINOUSBKBD) |
| |
| char usbkeymapUS[] = |
| {' ', '"', '!', '#', '$', '%', '&', '\'', '(', ')', '*', '+', |
| ',', '-', '.', '/', '0', '1', '2', '3', '4', '5', '6', '7', |
| '8', '9', ':', ';', '<', '=', '>', '?', '@', 'A', 'B', 'C', |
| 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', |
| 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z', '[', |
| '\\', ']', '^', '_', '`', 'a', 'b', 'c', 'd', 'e', 'f', 'g', |
| 'h', 'i', 'j', 'k', 'l', 'm', 'n', 'o', 'p', 'q', 'r', 's', |
| 't', 'u', 'v', 'w', 'x', 'y', 'z', '{', '|', '}', 0, 0}; |
| |
| |
| |
| char usbkeymapGerman[] = |
| {' ', '!', '!', '#', '$', '%', '/', '>', ')', '=', '(', '+', |
| ',', '-', '.', '-', '0', '1', '2', '3', '4', '5', '6', '7', |
| '8', '9', ':', '<', ';', '=', ':', '_', '"', 'A', 'B', 'C', |
| 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', |
| 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Z', 'Y', '[', |
| '#', '+', '&', '?', '@', 'a', 'b', 'c', 'd', 'e', 'f', 'g', |
| 'h', 'i', 'j', 'k', 'l', 'm', 'n', 'o', 'p', 'q', 'r', 's', |
| 't', 'u', 'v', 'w', 'x', 'z', 'y', '{', '\'', '*', 0, 0}; |
|
|
| |
| |
| |
| void keyPressed() {} |
| void keyReleased() { |
| switch (keyboard.getOemKey()) { |
| case 40: |
| usbkey=10; |
| break; |
| case 42: |
| case 76: |
| usbkey=127; |
| break; |
| case 41: |
| usbkey=27; |
| break; |
| default: |
| usbkey=keyboard.getKey(); |
| if (usbkey>31 && usbkey<128) usbkey=usbkeymapGerman[usbkey-32]; |
| } |
| } |
| #endif |
|
|
| |
| |
| |
|
|
| void kbdbegin() { |
| #ifdef PS2KEYBOARD |
| keyboard.begin(PS2DATAPIN, PS2IRQPIN, PS2Keymap_German); |
| #else |
| #ifdef PS2FABLIB |
| PS2Controller.begin(PS2Preset::KeyboardPort0); |
| PS2Controller.keyboard()->setLayout(&fabgl::GermanLayout); |
| #else |
| #ifdef USBKEYBOARD |
| |
| #else |
| #ifdef ZX81KEYBOARD |
| keyboard.begin(zx81pins); |
| #endif |
| #endif |
| #endif |
| #endif |
| } |
|
|
| int kbdstat(char c) {return 0; } |
|
|
| char kbdavailable(){ |
| #ifdef PS2KEYBOARD |
| return keyboard.available(); |
| #else |
| #ifdef PS2FABLIB |
| if (fabgllastchar) return Terminal.available()+1; else return Terminal.available(); |
| #else |
| #ifdef USBKEYBOARD |
| |
| if (usbkey) return 1; |
| |
| if (usbkey) return 1; else return 0; |
| #else |
| #ifdef ZX81KEYBOARD |
| return keyboard.available(); |
| #endif |
| #endif |
| #endif |
| #endif |
| #ifdef HASKEYPAD |
| |
| char c=keypadread(); |
| if (c != 0) { |
| bdelay(2); |
| if (c == keypadread()) return 1; |
| } |
| #endif |
| return 0; |
| } |
|
|
| char kbdread() { |
| char c = 0; |
| while(!kbdavailable()) byield(); |
| #ifdef PS2KEYBOARD |
| c=keyboard.read(); |
| #endif |
| #ifdef PS2FABLIB |
| if (fabgllastchar) { c=fabgllastchar; fabgllastchar=0; } |
| else c=Terminal.read(); |
| #else |
| #ifdef USBKEYBOARD |
| |
| c=usbkey; |
| usbkey=0; |
| #else |
| #ifdef ZX81KEYBOARD |
| c=keyboard.read(); |
| #endif |
| #endif |
| #endif |
| #ifdef HASKEYPAD |
| if (c == 0) { |
| c=keypadread(); |
| |
| if (!kbdrepeat) while(kbdavailable()) byield(); |
| } |
| #endif |
| if (c == 13) c=10; |
| return c; |
| } |
|
|
| char kbdcheckch() { |
| #ifdef PS2KEYBOARD |
| |
| |
| |
| #ifdef PS2KEYBOARD_HASPEEK |
| return keyboard.peek(); |
| #else |
| |
| |
| |
| |
| |
| if (kbdavailable()) return kbdread(); else return 0; |
| #endif |
| #else |
| #ifdef PS2FABLIB |
| if (fabgllastchar) return fabgllastchar; |
| if (kbdavailable()) { fabgllastchar=Terminal.read(); return fabgllastchar; } |
| #else |
| #ifdef USBKEYBOARD |
| return usbkey; |
| #else |
| #ifdef ZX81KEYBOARD |
| return keyboard.lastKey; |
| #endif |
| #endif |
| #endif |
| #endif |
| #ifdef HASKEYPAD |
| return keypadread(); |
| #endif |
| return 0; |
| } |
|
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
|
|
| #ifdef DISPLAYDRIVER |
|
|
| |
| mem_t dspmycol = 0; |
| mem_t dspmyrow = 0; |
|
|
| |
| mem_t dspesc = 0; |
|
|
| |
| mem_t dspupdatemode = 0; |
|
|
| |
| mem_t dspwrap = 0; |
|
|
| |
| mem_t dspprintmode = 0; |
|
|
| |
| mem_t dspscrollmode = 0; |
| mem_t dsp_scroll_rows = 1; |
|
|
| int dspstat(char c) { return 0; } |
|
|
| void dspsetcursorx(mem_t c) { |
| if (c>=0 && c<dsp_columns) dspmycol=c; |
| dspprintchar(0, dspmycol, dspmyrow); |
| } |
|
|
| void dspsetcursory(mem_t r) { |
| if (r>=0 && r<dsp_rows) dspmyrow=r; |
| dspprintchar(0, dspmycol, dspmyrow); |
| } |
|
|
| mem_t dspgetcursorx() { return dspmycol; } |
|
|
| mem_t dspgetcursory() { return dspmyrow; } |
|
|
| char dspactive() { |
| return od == ODSP; |
| } |
|
|
| |
| void dspbell() {} |
|
|
| |
| |
| |
| |
| |
|
|
| void dspsetupdatemode(char c) { |
| dspupdatemode=c; |
| } |
|
|
| char dspgetupdatemode() { |
| return dspupdatemode; |
| } |
|
|
| void dspgraphupdate() { |
| if (dspupdatemode == 0) dspupdate(); |
| } |
|
|
| |
| #ifdef DISPLAYCANSCROLL |
|
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
|
|
| #ifdef DISPLAYHASCOLOR |
| |
| |
| |
| |
| typedef short dspbuffer_t; |
| #else |
|
|
| |
| typedef char dspbuffer_t; |
| const uint16_t dspfgvgacolor = 0; |
| #endif |
|
|
| dspbuffer_t dspbuffer[dsp_rows][dsp_columns]; |
|
|
| |
| dspbuffer_t dspget(address_t i) { |
| if (i>=0 && i<=dsp_columns*dsp_rows-1) return dspbuffer[i/dsp_columns][i%dsp_columns]; else return 0; |
| } |
|
|
| dspbuffer_t dspgetrc(mem_t r, mem_t c) { return dspbuffer[r][c]; } |
|
|
| dspbuffer_t dspgetc(mem_t c) { return dspbuffer[dspmyrow][c]; } |
|
|
| |
| void dspsetxy(dspbuffer_t ch, mem_t c, mem_t r) { |
| if (r>=0 && c>=0 && r<dsp_rows && c<dsp_columns) { |
| dspbuffer[r][c]=(dspbuffer_t)ch | (dspfgvgacolor << 8); |
| if (ch != 0) dspprintchar(ch, c, r); else dspprintchar(' ', c, r); |
| } |
| } |
|
|
| void dspset(address_t i, dspbuffer_t ch) { |
| mem_t c=i%dsp_columns; |
| mem_t r=i/dsp_columns; |
| dspsetxy(ch, c, r); |
| } |
|
|
| |
| void dspsetscrollmode(char c, short l) { |
| dspscrollmode = c; |
| dsp_scroll_rows = l; |
| } |
|
|
| |
| void dspbufferclear() { |
| mem_t r,c; |
| for (r=0; r<dsp_rows; r++) |
| for (c=0; c<dsp_columns; c++) |
| dspbuffer[r][c]=0; |
| dspmyrow=0; |
| dspmycol=0; |
| } |
|
|
| #ifdef DISPLAYHASCOLOR |
| const uint16_t charmask = 0x80FF; |
| #endif |
|
|
| |
| void dspscroll(mem_t scroll_rows, mem_t scroll_top=0){ |
| mem_t r,c; |
| dspbuffer_t a,b; |
| |
| |
| for (r=scroll_top; r<dsp_rows-scroll_rows; r++) { |
| for (c=0; c<dsp_columns; c++) { |
| a=dspbuffer[r][c]; |
| b=dspbuffer[r+scroll_rows][c]; |
| if ( a != b ) { |
| if (b != 0) { |
| #ifdef DISPLAYHASCOLOR |
| dspsavepen(); |
| dspsetfgcolor((b >> 8) & 15); |
| dspprintchar(b & charmask, c, r); |
| dsprestorepen(); |
| #else |
| dspprintchar(b, c, r); |
| #endif |
| } else { |
| dspprintchar(' ', c, r); |
| } |
| } |
| dspbuffer[r][c]=b; |
| } |
| } |
|
|
| |
| for (r=dsp_rows-scroll_rows; r<dsp_rows; r++) { |
| for (c=0; c<dsp_columns; c++) { |
| if (dspbuffer[r][c] != 0 && ( dspbuffer[r][c]) != 32) dspprintchar(' ', c, r); |
| dspbuffer[r][c]=0; |
| } |
| } |
| |
| |
| dspmycol=0; |
| dspmyrow=dsp_rows-scroll_rows; |
| } |
|
|
| |
| void dspreversescroll(mem_t line){ |
| mem_t r,c; |
| dspbuffer_t a,b; |
| |
| |
| for (r=dsp_rows; r>line; r--) { |
| for (c=0; c<dsp_columns; c++) { |
| a=dspbuffer[r][c]; |
| b=dspbuffer[r-1][c]; |
| if ( a != b ) { |
| if (b != 0) { |
| #ifdef DISPLAYHASCOLOR |
| dspsavepen(); |
| dspsetfgcolor((b >> 8) & 15); |
| dspprintchar(b & charmask, c, r); |
| dsprestorepen(); |
| #else |
| dspprintchar(b, c, r); |
| #endif |
| } else { |
| dspprintchar(' ', c, r); |
| } |
| } |
| dspbuffer[r][c]=b; |
| } |
| } |
|
|
| |
| for (c=0; c<dsp_columns; c++) { |
| if (dspbuffer[line][c] != 0 && dspbuffer[line][c] != 32) dspprintchar(' ', c, r); |
| dspbuffer[line][c]=0; |
| } |
| |
| |
| dspmyrow=line; |
| } |
|
|
| |
| char dspwaitonscroll() { |
| char c; |
|
|
| if ( dspscrollmode == 1 ) { |
| if (dspmyrow == dsp_rows-1) { |
| c=inch(); |
| if (c == ' ') dspwrite(12); |
| return c; |
| } |
| } |
| return 0; |
| } |
|
|
| |
| #else |
| |
| char dspget(address_t i) { return 0; } |
|
|
| char dspgetrc(mem_t r, mem_t c) { return 0; } |
|
|
| char dspgetc(mem_t c) { return 0; } |
|
|
| void dspsetxy(char ch, mem_t c, mem_t r) { |
| if (ch != 0) dspprintchar(ch, c, r); else dspprintchar(' ', c, r); |
| } |
|
|
| void dspset(address_t i, char ch) { |
| mem_t c=i%dsp_columns; |
| mem_t r=i/dsp_columns; |
| dspsetxy(ch, c, r); |
| } |
|
|
| |
| void dspbufferclear() { |
| dspmyrow=0; |
| dspmycol=0; |
| } |
|
|
| char dspwaitonscroll() { return 0; } |
|
|
| |
| void dspscroll(mem_t scroll_rows, mem_t scroll_top=0){ |
| dspmyrow=dsp_rows-1; |
| } |
|
|
| void dspsetscrollmode(char c, short l) {} |
| void dspreversescroll(mem_t a){} |
| #endif |
|
|
| |
|
|
| void dspwrite(char c){ |
| mem_t dspmycolt; |
|
|
| |
| #ifdef HASVT52 |
| if (dspesc) { |
| dspvt52(&c); |
| } |
| #endif |
|
|
| |
| #ifdef ARDUINOPRT |
| if (dspprintmode) { |
| prtwrite(c); |
| if (sendcr && c == 10) prtwrite(13); |
| if (dspprintmode == 2) return; |
| } |
| #endif |
| |
| switch(c) { |
| case 0: |
| return; |
| case 7: |
| dspbell(); |
| return; |
| case 9: |
| dspmycolt = dspmycol/8; |
| if ((dspmycolt+1)*8<dsp_columns-1) dspmycol=(dspmycolt+1)*8; |
| return; |
| case 10: |
| dspmyrow++; |
| if (dspmyrow >= dsp_rows) dspscroll(dsp_scroll_rows); |
| dspmycol=0; |
| if (dspupdatemode == 1) dspupdate(); |
| return; |
| case 11: |
| if (dspmyrow < dsp_rows-1) dspmyrow++; |
| return; |
| case 12: |
| dspbufferclear(); |
| dspclear(); |
| return; |
| case 13: |
| dspmycol=0; |
| return; |
| case 27: |
| dspesc=1; |
| return; |
| case 28: |
| if (dspmycol > 0) dspmycol--; |
| return; |
| case 29: |
| if (dspmycol < dsp_columns-1) dspmycol++; |
| return; |
| case 8: |
| case 127: |
| if (dspmycol > 0) { |
| dspmycol--; |
| dspsetxy(0, dspmycol, dspmyrow); |
| } |
| return; |
| case 2: |
| dspmycol=dspmyrow=0; |
| return; |
| case 3: |
| dspupdate(); |
| return; |
| default: |
| if (c<32) return; |
| break; |
| } |
| |
| dspsetxy(c, dspmycol, dspmyrow); |
| dspmycol++; |
| if (dspmycol == dsp_columns) { |
| if (!dspwrap) { |
| dspmycol=0; |
| dspmyrow=(dspmyrow + 1); |
| } |
| if (dspmyrow >= dsp_rows) dspscroll(dsp_scroll_rows); |
| } |
| if (dspupdatemode == 0) dspupdate(); |
| } |
|
|
| |
| |
| |
| |
| |
| #ifdef HASVT52 |
| |
| char vt52s = 0; |
|
|
| |
| mem_t vt52graph = 0; |
|
|
| |
| mem_t vt52mycol = 0; |
| mem_t vt52myrow = 0; |
|
|
| |
| mem_t vt52tmpr; |
| mem_t vt52tmpc; |
|
|
| |
| const mem_t vt52buffersize = 4; |
| char vt52outbuffer[vt52buffersize] = { 0, 0, 0, 0 }; |
| mem_t vt52bi = 0; |
| mem_t vt52bj = 0; |
|
|
| |
| char vt52read() { |
| if (vt52bi<=vt52bj) { vt52bi = 0; vt52bj = 0; } |
| if (vt52bi>vt52bj) return vt52outbuffer[vt52bj++]; |
| return 0; |
| } |
|
|
| |
| mem_t vt52avail() { return vt52bi-vt52bj; } |
|
|
| |
| void vt52push(char c) { |
| if (vt52bi < vt52buffersize) vt52outbuffer[vt52bi++]=c; |
| } |
|
|
| |
| void vt52clear() { |
| vt52bi=0; |
| } |
|
|
| |
| uint8_t vt52number(char c) { |
| uint8_t b=c; |
| if (b>31) return b-32; else return 0; |
| } |
|
|
| |
| |
| |
| |
| |
| |
| |
| |
|
|
| #if defined(DISPLAYHASGRAPH) || defined(VT52WIRING) |
| #define VT52HASREGISTERS |
| |
| uint16_t vt52regx = 0; |
| uint16_t vt52regy = 0; |
| uint8_t vt52regz = 0; |
|
|
| |
| uint8_t vt52arg = 0; |
| #endif |
|
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| #ifdef DISPLAYHASGRAPH |
| |
| uint16_t vt52graphx = 0; |
| uint16_t vt52graphy = 0; |
|
|
| |
| void vt52graphcommand(uint8_t c) { |
| switch(c) { |
| case 's': |
| vt52graphx=vt52regx; |
| vt52graphy=vt52regy; |
| break; |
| case 'p': |
| plot(vt52graphx, vt52graphy); |
| break; |
| case 'l': |
| line(vt52graphx, vt52graphy, vt52regx, vt52regy); |
| break; |
| case 'L': |
| line(vt52graphx, vt52graphy, vt52regx, vt52regy); |
| vt52graphx=vt52regx; |
| vt52graphy=vt52regy; |
| break; |
| case 'r': |
| rect(vt52graphx, vt52graphy, vt52regx, vt52regy); |
| break; |
| case 'c': |
| circle(vt52graphx, vt52graphy, vt52regx); |
| break; |
| case 'R': |
| frect(vt52graphx, vt52graphy, vt52regx, vt52regy); |
| break; |
| case 'C': |
| fcircle(vt52graphx, vt52graphy, vt52regx); |
| break; |
| } |
| } |
| #endif |
|
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
|
|
| #ifdef VT52WIRING |
| #define VT52HASREGISTERS |
| void vt52wiringcommand(uint8_t c) { |
| switch(c) { |
| case 'p': |
| pinMode(vt52regz); |
| break; |
| case 'l': |
| digitalWrite(vt52regz, LOW); |
| break; |
| case 'h': |
| digitalWrite(vt52regz, HIGH); |
| break; |
| case 'r': |
| vt52push(digitalRead(vt52regz)+32); |
| break; |
| case 'a': |
| analogWrite(vt52regz, vt52regx); |
| break; |
| case 'A': |
| break; |
| case 't': |
| tone(vt52regz, vt52regx, vt52regy); |
| break; |
| } |
| } |
| #endif |
|
|
|
|
| |
| void dspvt52(char* c){ |
| |
| |
| switch (vt52s) { |
| case 'Y': |
| if (dspesc == 2) { |
| dspsetcursory(vt52number(*c)); |
| dspesc=1; |
| *c=0; |
| return; |
| } |
| if (dspesc == 1) { |
| dspsetcursorx(vt52number(*c)); |
| *c=0; |
| } |
| vt52s=0; |
| break; |
| case 'b': |
| dspsetfgcolor(vt52number(*c)); |
| *c=0; |
| vt52s=0; |
| break; |
| case 'c': |
| dspsetbgcolor(vt52number(*c)); |
| *c=0; |
| vt52s=0; |
| break; |
| #ifdef VT52HASREGISTERS |
| case 'x': |
| if (dspesc == 2) { |
| vt52arg=vt52number(*c); |
| dspesc=1; |
| *c=0; |
| return; |
| } |
| if (dspesc == 1) { |
| vt52regx=vt52arg+vt52number(*c)*128; |
| *c=0; |
| } |
| vt52s=0; |
| break; |
| case 'y': |
| if (dspesc == 2) { |
| vt52arg=vt52number(*c); |
| dspesc=1; |
| *c=0; |
| return; |
| } |
| if (dspesc == 1) { |
| vt52regy=vt52arg+vt52number(*c)*127; |
| *c=0; |
| } |
| vt52s=0; |
| break; |
| case 'z': |
| vt52regz=vt52number(*c); |
| *c=0; |
| vt52s=0; |
| break; |
| #endif |
| #ifdef DISPLAYHASGRAPH |
| case 'g': |
| vt52graphcommand(*c); |
| *c=0; |
| vt52s=0; |
| break; |
| #endif |
| #ifdef VT52WIRING |
| case 'a': |
| vt52wiringcommand(*c); |
| *c=0; |
| vt52s=0; |
| break; |
| #endif |
| } |
| |
| |
| |
| switch (*c) { |
| case 'v': |
| dspwrap=0; |
| break; |
| case 'w': |
| dspwrap=1; |
| break; |
| case '^': |
| dspprintmode=1; |
| break; |
| case '_': |
| dspprintmode=0; |
| break; |
| case 'W': |
| dspprintmode=2; |
| break; |
| case 'X': |
| dspprintmode=0; |
| break; |
| case 'V': |
| #if defined(ARDUINOPRT) && defined(DISPLAYCANSCROLL) |
| for (mem_t i=0; i<dsp_columns; i++) prtwrite(dspgetc(i)); |
| #endif |
| break; |
| case ']': |
| #if defined(ARDUINOPRT) && defined(DISPLAYCANSCROLL) |
| for (mem_t j=0; j<dsp_rows; j++) |
| for (mem_t i=0; i<dsp_columns; i++) prtwrite(dspgetrc(j, i)); |
| #endif |
| break; |
| case 'F': |
| vt52graph=1; |
| break; |
| case 'G': |
| vt52graph=0; |
| break; |
| case 'Z': |
| vt52clear(); |
| vt52push(27); |
| vt52push('/'); |
| #ifndef ARDUINOPRT |
| vt52push('K'); |
| #else |
| vt52push('L'); |
| #endif |
| break; |
| case '=': |
| case '>': |
| break; |
| case 'b': |
| case 'c': |
| vt52s=*c; |
| dspesc=1; |
| *c=0; |
| return; |
| case 'e': |
| dspsetcursor(1); |
| break; |
| case 'f': |
| dspsetcursor(0); |
| break; |
| case 'p': |
| dspsetreverse(1); |
| break; |
| case 'q': |
| dspsetreverse(0); |
| break; |
| case 'A': |
| if (dspmyrow>0) dspmyrow--; |
| break; |
| case 'B': |
| if (dspmyrow < dsp_rows-1) dspmyrow++; |
| break; |
| case 'C': |
| if (dspmycol < dsp_columns-1) dspmycol++; |
| break; |
| case 'D': |
| if (dspmycol>0) dspmycol--; |
| break; |
| case 'E': |
| dspbufferclear(); |
| dspclear(); |
| break; |
| case 'H': |
| dspmyrow=dspmycol=0; |
| break; |
| case 'Y': |
| vt52s='Y'; |
| dspesc=2; |
| *c=0; |
| return; |
| case 'J': |
| for (int i=dspmycol+dsp_columns*dspmyrow; i<dsp_columns*dsp_rows; i++) dspset(i, 0); |
| break; |
| case 'd': |
| for (int i=0; i<dspmycol+dsp_columns*dspmyrow; i++) dspset(i, 0); |
| break; |
| case 'K': |
| for (mem_t i=dspmycol; i<dsp_columns; i++) dspsetxy(0, i, dspmyrow); |
| break; |
| case 'l': |
| for (mem_t i=0; i<dsp_columns; i++) dspsetxy(0, i, dspmyrow); |
| break; |
| case 'o': |
| for (mem_t i=0; i<=dspmycol; i++) dspsetxy(0, i, dspmyrow); |
| break; |
| case 'k': |
| dspmycol=vt52mycol; |
| dspmyrow=vt52myrow; |
| break; |
| case 'j': |
| vt52mycol=dspmycol; |
| vt52myrow=dspmyrow; |
| break; |
| case 'I': |
| if (dspmyrow>0) dspmyrow--; else dspreversescroll(0); |
| break; |
| case 'L': |
| dspreversescroll(dspmyrow); |
| break; |
| case 'M': |
| vt52tmpr = dspmyrow; |
| vt52tmpc = dspmycol; |
| dspscroll(1, dspmyrow); |
| dspmyrow=vt52tmpr; |
| dspmycol=vt52tmpc; |
| break; |
| #ifdef VT52REGISTERS |
| case 'x': |
| case 'y': |
| vt52s=*c; |
| dspesc=2; |
| *c=0; |
| return; |
| case 'z': |
| vt52s=*c; |
| dspesc=1; |
| *c=0; |
| return; |
| break; |
| #endif |
| #ifdef DISPLAYHASGRAPH |
| case 'g': |
| vt52s=*c; |
| dspesc=1; |
| *c=0; |
| return; |
| break; |
| #endif |
| #ifdef VT52WIRING |
| case 'a': |
| vt52s=*c; |
| dspesc=1; |
| *c=0; |
| return; |
| break; |
| #endif |
| } |
| dspesc=0; |
| *c=0; |
| } |
| #endif |
|
|
| #else |
| #ifdef GRAPHDISPLAYDRIVER |
| |
| |
| #undef HASVT52 |
| #define GBUFFERSIZE 80 |
| static char gbuffer[GBUFFERSIZE]; |
| void dspouts(char* s, address_t l) { |
| int i; |
| for (i=0; i<l-1 && i<GBUFFERSIZE-1; i++) gbuffer[i]=s[i]; |
| gbuffer[i]=0; |
| dspprintstring(gbuffer); |
| } |
| |
| void dspwrite(char c) { |
| switch(c) { |
| case 0: |
| return; |
| case 10: |
| dspgraphcursor_x=0; |
| case 11: |
| dspgraphcursor_y+=dspfontsize; |
| return; |
| case 12: |
| dspclear(); |
| case 2: |
| dspgraphcursor_x=0; |
| dspgraphcursor_y=dspfontsize; |
| return; |
| case 13: |
| dspgraphcursor_x=0; |
| return; |
| default: |
| if (c<32) return; |
| break; |
| } |
| dspouts(&c, 1); |
| } |
| int dspstat(char c) { return 0; } |
| int dspgetcursorx() { return dspgraphcursor_x; } |
| int dspgetcursory() { return dspgraphcursor_y; } |
| void dspsetcursorx(int v) { dspgraphcursor_x = v; } |
| void dspsetcursory(int v) { dspgraphcursor_y = v; } |
| char dspwaitonscroll() { return 0; }; |
| char dspactive() {return 1; } |
| void dspsetupdatemode(char c) {} |
| #else |
| |
| const int dsp_rows=0; |
| const int dsp_columns=0; |
| void dspsetupdatemode(char c) {} |
| void dspwrite(char c){}; |
| void dspbegin() {}; |
| int dspstat(char c) {return 0; } |
| char dspwaitonscroll() { return 0; }; |
| char dspactive() {return 0; } |
| void dspsetscrollmode(char c, mem_t l) {} |
| void dspscroll(mem_t a, mem_t b){} |
| char vt52read() { return 0; } |
| mem_t vt52avail() { return 0; } |
| #endif |
| #endif |
|
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
|
|
| #ifdef ARDUINORTC |
| #define HASCLOCK |
| |
| |
| |
| |
|
|
| |
| void rtcbegin() {} |
|
|
| |
| short rtcget(short i) { |
| |
| |
| Wire.beginTransmission(RTCI2CADDR); |
| Wire.write(i); |
| Wire.endTransmission(); |
|
|
| |
| Wire.requestFrom(RTCI2CADDR, 1); |
| uint8_t v=Wire.read(); |
| |
| switch (i) { |
| case 0: |
| case 1: |
| return (v & 0b00001111)+((v >> 4) & 0b00000111) * 10; |
| case 2: |
| return (v & 0b00001111)+((v >> 4) & 0b00000011) * 10 ; |
| case 3: |
| return (v & 0b00001111); |
| case 4: |
| return (v & 0b00001111) + ((v >> 4) & 0b00000011) * 10; |
| case 5: |
| return (v & 0b00001111) + ((v >> 4) & 0b00000001) * 10; |
| case 6: |
| return (v & 0b00001111) + (v >> 4) * 10; |
| default: |
| return v; |
| } |
| } |
|
|
| |
| void rtcset(uint8_t i, short v) { |
| uint8_t b; |
|
|
| |
| if (i<7) b=(v%10 + ((v/10) << 4)); else b=v; |
| |
| switch (i) { |
| case 0: |
| case 1: |
| b = b & 0b01111111; |
| break; |
| case 2: |
| case 4: |
| b = b & 0b00111111; |
| break; |
| case 3: |
| b = b & 0b00000111; |
| break; |
| case 5: |
| b = b & 0b00011111; |
| } |
|
|
| |
| Wire.beginTransmission(RTCI2CADDR); |
| Wire.write(i); |
| Wire.write(b); |
| Wire.endTransmission(); |
| } |
| #else |
| #if defined(HASBUILTINRTC) |
| #define HASCLOCK |
| |
| |
| |
| |
| |
| #ifndef ARDUINO_ARCH_RENESAS |
| |
| void rtcbegin() { |
| rtc.begin(); |
| } |
|
|
| |
| short rtcget(short i) { |
| switch (i) { |
| case 0: |
| return rtc.getSeconds(); |
| case 1: |
| return rtc.getMinutes(); |
| case 2: |
| return rtc.getHours(); |
| case 3: |
| |
| return 0; |
| case 4: |
| return rtc.getDay(); |
| case 5: |
| return rtc.getMonth(); |
| case 6: |
| return rtc.getYear(); |
| default: |
| return 0; |
| } |
| } |
|
|
| |
| void rtcset(uint8_t i, short v) { |
| switch (i) { |
| case 0: |
| rtc.setSeconds(v); |
| break; |
| case 1: |
| rtc.setMinutes(v); |
| break; |
| case 2: |
| rtc.setHours(v); |
| break; |
| case 3: |
| |
| break; |
| case 4: |
| rtc.setDay(v); |
| break; |
| case 5: |
| rtc.setMonth(v); |
| break; |
| case 6: |
| rtc.setYear(v); |
| break; |
| default: |
| return; |
| } |
| } |
| #else |
| |
| |
| void rtcbegin() { |
| RTC.begin(); |
| } |
|
|
| |
| short rtcget(short i) { |
| RTC.getTime(rtc); |
| switch (i) { |
| case 0: |
| return rtc.getSeconds(); |
| case 1: |
| return rtc.getMinutes(); |
| case 2: |
| return rtc.getHour(); |
| case 3: |
| return static_cast<int>(rtc.getDayOfWeek()); |
| case 4: |
| return rtc.getDayOfMonth(); |
| case 5: |
| return Month2int(rtc.getMonth()); |
| case 6: |
| return rtc.getYear(); |
| default: |
| return 0; |
| } |
| } |
|
|
| |
| void rtcset(uint8_t i, short v) { |
| RTC.getTime(rtc); |
| switch (i) { |
| case 0: |
| rtc.setSecond(v); |
| break; |
| case 1: |
| rtc.setMinute(v); |
| break; |
| case 2: |
| rtc.setHour(v); |
| break; |
| case 3: |
| rtc.setDayOfWeek(static_cast<DayOfWeek>(v)); |
| break; |
| case 4: |
| rtc.setDayOfMonth(v); |
| break; |
| case 5: |
| rtc.setMonthOfYear(static_cast<Month>(v-1)); |
| break; |
| case 6: |
| rtc.setYear(v); |
| break; |
| default: |
| return; |
| } |
| RTC.setTime(rtc); |
| } |
| #endif |
| #else |
| #ifdef ARDUINORTCEMULATION |
| #define HASCLOCK |
| |
| |
| |
| |
|
|
| |
| void rtcbegin() {} |
|
|
| |
| long rtcutime = 0; |
|
|
| |
| long rtcutimeoffset = 0; |
|
|
| |
| struct { uint8_t second; uint8_t minute; uint8_t hour; uint8_t weekday; uint8_t day; uint8_t month; uint16_t year; } |
| rtctime = { 0, 0, 0, 4, 1, 1, 1970 }; |
|
|
| |
| const int rtcmonthdays[12] = {0, 31, 59, 90, 120, 151, 181, 212, 243, 273, 304, 334}; |
|
|
|
|
| |
| void rtctimetoutime() { |
| int leapyear = ((rtctime.year-1)-1968)/4 - ((rtctime.year-1)-1900)/100 + ((rtctime.year-1)-1600)/400; |
| long epochdays = (rtctime.year-1970)*365 + leapyear + rtcmonthdays[rtctime.month-1] + rtctime.day - 1; |
| if ((rtctime.month > 2) && (rtctime.year%4 == 0 && (rtctime.year%100 != 0 || rtctime.year%400 == 0))) epochdays+=1; |
| rtcutime = rtctime.second + 60*(rtctime.minute + 60*(rtctime.hour + 24*epochdays)); |
| } |
|
|
| |
| void rtcutimetotime() { |
| const unsigned long int secondsperday = 86400ul; |
| const unsigned long int daysperyear = 365ul; |
| const unsigned long int daysinfoury = 1461ul; |
| const unsigned long int daysinhundredy = 36524ul; |
| const unsigned long int daysinfourhundredy = 146097ul; |
| const unsigned long int daynumberzero = 719468ul; |
| |
| unsigned long int daynumber = daynumberzero + rtcutime/secondsperday; |
| unsigned long int secondssincemidnight = rtcutime%secondsperday; |
| unsigned long int temp; |
|
|
| |
| rtctime.weekday = daynumber % 7; |
|
|
| |
| temp = 4 * (daynumber + daysinhundredy + 1) / daysinfourhundredy - 1; |
| rtctime.year = 100 * temp; |
| daynumber -= daysinhundredy * temp + temp / 4; |
|
|
| |
| temp = 4 * (daynumber + daysperyear + 1) / daysinfoury - 1; |
| rtctime.year += temp; |
| daynumber -= daysperyear * temp + temp / 4; |
|
|
| |
| rtctime.month = (5 * daynumber + 2) / 153; |
| rtctime.day = daynumber - (rtctime.month * 153 + 2) / 5 + 1; |
|
|
| |
| rtctime.month += 3; |
| if (rtctime.month > 12) { |
| rtctime.month -= 12; |
| rtctime.year++; |
| } |
|
|
| |
| rtctime.hour = secondssincemidnight / 3600; |
| rtctime.minute = secondssincemidnight % 3600 / 60; |
| rtctime.second = secondssincemidnight % 60; |
| } |
|
|
| |
| short rtcget(short i) { |
| |
| rtcutime = millis()/1000 + rtcutimeoffset; |
| |
| rtcutimetotime(); |
|
|
| switch (i) { |
| case 0: |
| return rtctime.second; |
| case 1: |
| return rtctime.minute; |
| case 2: |
| return rtctime.hour; |
| case 3: |
| return rtctime.weekday; |
| case 4: |
| return rtctime.day; |
| case 5: |
| return rtctime.month; |
| case 6: |
| return rtctime.year; |
| default: |
| return 0; |
| } |
| } |
|
|
| |
| void rtcset(uint8_t i, short v) { |
| |
| rtcutime = millis()/1000 + rtcutimeoffset; |
|
|
| |
| rtcutimetotime(); |
|
|
| |
| switch (i) { |
| case 0: |
| if (v>=0 && v<60) rtctime.second=v; |
| break; |
| case 1: |
| if (v>=0 && v<60) rtctime.minute=v; |
| break; |
| case 2: |
| if (v>=0 && v<24) rtctime.hour=v; |
| break; |
| case 3: |
| if (v>=0 && v<7) rtctime.weekday=v; |
| break; |
| case 4: |
| if (v>0 && v<32) rtctime.day=v; |
| break; |
| case 5: |
| if (v>0 && v<13) rtctime.month=v; |
| break; |
| case 6: |
| if (v>=1970 && v<2100) rtctime.year=v; |
| break; |
| default: |
| return; |
| } |
|
|
| |
| rtctimetoutime(); |
| |
| |
| rtcutimeoffset = rtcutime - millis()/1000; |
| } |
| #else |
| #if defined(ARDUINO_ARCH_ESP32) |
| #define HASCLOCK |
| |
| |
| |
| |
|
|
| |
| void rtcbegin() {} |
|
|
| |
| short rtcget(short i) { |
| struct tm rtctime; |
| time_t now; |
| time(&now); |
| localtime_r(&now, &rtctime); |
|
|
| switch (i) { |
| case 0: |
| return rtctime.tm_sec; |
| case 1: |
| return rtctime.tm_min; |
| case 2: |
| return rtctime.tm_hour; |
| case 3: |
| return rtctime.tm_wday; |
| case 4: |
| return rtctime.tm_mday; |
| case 5: |
| return rtctime.tm_mon+1; |
| case 6: |
| if (rtctime.tm_year > 100) return rtctime.tm_year-100; else return rtctime.tm_year; |
| default: |
| return 0; |
| } |
|
|
| return 0; |
| } |
|
|
| |
| void rtcset(uint8_t i, short v) { |
| struct tm rtctime; |
| struct timeval tv; |
|
|
| |
| time_t now; |
| time(&now); |
| localtime_r(&now, &rtctime); |
|
|
| |
| switch (i) { |
| case 0: |
| rtctime.tm_sec = v%60; |
| break; |
| case 1: |
| rtctime.tm_min = v%60; |
| break; |
| case 2: |
| rtctime.tm_hour = v%24; |
| break; |
| case 3: |
| rtctime.tm_wday = v%7; |
| break; |
| case 4: |
| rtctime.tm_mday = v; |
| break; |
| case 5: |
| rtctime.tm_mon = v-1; |
| break; |
| case 6: |
| if (v > 1900) v=v-1900; |
| if (v < 50) v=v+100; |
| rtctime.tm_year = v; |
| break; |
| } |
|
|
| |
| time_t epocht = mktime(&rtctime); |
| if (epocht > 2082758399){ |
| tv.tv_sec = epocht - 2082758399; |
| } else { |
| tv.tv_sec = epocht; |
| } |
| tv.tv_usec = 0; |
| settimeofday(&tv, NULL); |
| } |
| #else |
| |
| void rtcbegin() {} |
| short rtcget(short i) { return 0; } |
| void rtcset(uint8_t i, short v) { } |
| #endif |
| #endif |
| #endif |
| #endif |
|
|
| |
| |
| |
| |
| |
| #ifdef ARDUINOEFS |
| #undef ARDUINOI2CEEPROM |
| #ifndef EFSEEPROMADDR |
| #define EFSEEPROMADDR 0x50 |
| #endif |
| #ifdef EFSEEPROMSIZE |
| EepromFS EFS(EFSEEPROMADDR, EFSEEPROMSIZE); |
| #else |
| EepromFS EFS(EFSEEPROMADDR); |
| #endif |
| #endif |
|
|
| |
| |
| |
| |
| |
|
|
| #if defined(ARDUINOI2CEEPROM) && defined(ARDUINOI2CEEPROM_BUFFERED) |
| #ifndef I2CEEPROMADDR |
| #define I2CEEPROMADDR 0x50 |
| #endif |
| #ifdef I2CEEPROMSIZE |
| EepromFS EFSRAW(I2CEEPROMADDR, I2CEEPROMSIZE); |
| #else |
| EepromFS EFSRAW(I2CEEPROMADDR); |
| #endif |
| #endif |
|
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| #ifdef ARDUINOMQTT |
| #include "wifisettings.h" |
| #ifdef ARDUINOETH |
| EthernetClient bethclient; |
| PubSubClient bmqtt(bethclient); |
| #else |
| WiFiClient bwifi; |
| PubSubClient bmqtt(bwifi); |
| #endif |
|
|
| |
| #define MQTTLENGTH 32 |
| static char mqtt_otopic[MQTTLENGTH]; |
| static char mqtt_itopic[MQTTLENGTH]; |
|
|
| |
| |
| |
| |
| #define MQTTBLENGTH 128 |
| volatile char mqtt_buffer[MQTTBLENGTH]; |
| volatile short mqtt_messagelength; |
| volatile char mqtt_obuffer[MQTTBLENGTH]; |
| volatile short mqtt_charsforsend; |
|
|
| |
| |
| static char mqttname[12] = "iotbasicxxx"; |
| void mqttsetname() { |
| long m = millis(); |
| mqttname[8]=(char)(65+m%26); |
| m=m/26; |
| mqttname[9]=(char)(65+m%26); |
| m=m/26; |
| mqttname[10]=(char)(65+m%26); |
| } |
|
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| void netbegin() { |
| #ifdef ARDUINOETH |
| #ifdef ETHPIN |
| Ethernet.init(ETHPIN); |
| #endif |
| Ethernet.begin(mac); |
| #else |
| #if defined(ARDUINO_ARCH_ESP32) || defined(ARDUINO_ARCH_ESP8266) |
| WiFi.mode(WIFI_STA); |
| WiFi.begin(ssid, password); |
| WiFi.setAutoReconnect(1); |
| #endif |
| #if defined(ARDUINO_ARCH_RP2040) || defined(ARDUINO_ARCH_SAMD) || defined(ARDUINO_UNOR4_WIFI) |
| WiFi.begin(ssid, password); |
| #endif |
| #endif |
| } |
|
|
| |
| |
| |
| |
| |
| void netstop() { |
| #ifdef ARDUINOETH |
| |
| #else |
| #if defined(ARDUINO_ARCH_ESP32) || defined(ARDUINO_ARCH_ESP8266) |
| WiFi.mode(WIFI_OFF); |
| #endif |
| #if defined(ARDUINO_ARCH_RP2040) || defined(ARDUINO_ARCH_SAMD) || defined(ARDUINO_UNOR4_WIFI) |
| WiFi.end(); |
| #endif |
| #endif |
| } |
|
|
| |
| |
| |
| |
| void netreconnect() { |
| #ifdef ARDUINOETH |
| |
| #else |
| #if defined(ARDUINO_ARCH_ESP32) || defined(ARDUINO_ARCH_ESP8266) |
| WiFi.reconnect(); |
| bdelay(1000); |
| #elif defined(ARDUINO_ARCH_SAMD) || defined(ARDUINO_UNOR4_WIFI) |
| WiFi.end(); |
| WiFi.begin(ssid, password); |
| bdelay(1000); |
| #endif |
| #endif |
| } |
|
|
| |
| |
| |
| |
| |
| |
| char netconnected() { |
| #ifdef ARDUINOETH |
| return bethclient.connected(); |
| #else |
| return(WiFi.status() == WL_CONNECTED); |
| #endif |
| } |
|
|
| |
| |
| |
| |
| |
| |
| |
| void mqttcallback(char* t, byte* p, unsigned int l) { |
| short i; |
| mqtt_messagelength=l; |
| for(i=0; i<l; i++) mqtt_buffer[i]=(char)p[i]; |
| } |
|
|
| |
| |
| |
| |
| void mqttbegin() { |
| bmqtt.setServer(mqtt_server, mqtt_port); |
| bmqtt.setCallback(mqttcallback); |
| *mqtt_itopic=0; |
| *mqtt_otopic=0; |
| mqtt_charsforsend=0; |
| } |
|
|
| |
| int mqttstat(char c) { |
| #if defined(ARDUINOMQTT) |
| if (c == 0) return 1; |
| if (c == 1) return mqttstate(); |
| #endif |
| return 0; |
| } |
|
|
| |
| |
| |
| |
| |
| char mqttreconnect() { |
| short timer=10; |
| char reconnect=0; |
|
|
| |
| if (bmqtt.connected()) return 1; |
|
|
| |
| if (!netconnected()) { netreconnect(); bdelay(5000); } |
| if (!netconnected()) return 0; |
| |
| |
| mqttsetname(); |
|
|
| |
| while (!bmqtt.connected() && timer < 400) { |
| bmqtt.connect(mqttname); |
| bdelay(timer); |
| timer=timer*2; |
| reconnect=1; |
| } |
|
|
| |
| if (*mqtt_itopic && bmqtt.connected() && reconnect) bmqtt.subscribe(mqtt_itopic); |
| |
| return bmqtt.connected(); |
| } |
|
|
| |
| int mqttstate() { |
| return bmqtt.state(); |
| } |
|
|
| |
| void mqttsubscribe(char *t) { |
| short i; |
|
|
| for (i=0; i<MQTTLENGTH; i++) { |
| if ((mqtt_itopic[i]=t[i]) == 0 ) break; |
| } |
| if (!mqttreconnect()) {ert=1; return;}; |
| if (!bmqtt.subscribe(mqtt_itopic)) ert=1; |
| } |
|
|
| void mqttunsubscribe() { |
| if (!mqttreconnect()) {ert=1; return;}; |
| if (!bmqtt.unsubscribe(mqtt_itopic)) ert=1; |
| *mqtt_itopic=0; |
| } |
|
|
| |
| |
| |
| |
| |
| void mqttsettopic(char *t) { |
| short i; |
|
|
| for (i=0; i<MQTTLENGTH; i++) { |
| if ((mqtt_otopic[i]=t[i]) == 0 ) break; |
| } |
| } |
|
|
| |
| |
| |
| |
| |
| void mqttouts(char *m, short l) { |
| short i=0; |
|
|
| while(mqtt_charsforsend < MQTTBLENGTH && i<l) mqtt_obuffer[mqtt_charsforsend++]=m[i++]; |
| if (mqtt_obuffer[mqtt_charsforsend-1] == '\n' || mqtt_charsforsend > MQTTBLENGTH) { |
| if (!mqttreconnect()) {ert=1; return;}; |
| if (!bmqtt.publish(mqtt_otopic, (uint8_t*) mqtt_obuffer, (unsigned int) mqtt_charsforsend-1, false)) ert=1; |
| mqtt_charsforsend=0; |
| } |
| } |
|
|
| |
| |
| |
| |
| |
| void mqttins(char *b, short nb) { |
| for (z.a=0; z.a<nb && z.a<mqtt_messagelength; z.a++) b[z.a+1]=mqtt_buffer[z.a]; |
| b[0]=z.a; |
| mqtt_messagelength=0; |
| *mqtt_buffer=0; |
| } |
|
|
| |
| char mqttinch() { |
| char ch=0; |
| short i; |
|
|
| if (mqtt_messagelength>0) { |
| ch=mqtt_buffer[0]; |
| for (i=0; i<mqtt_messagelength-1; i++) mqtt_buffer[i]=mqtt_buffer[i+1]; |
| } |
| mqtt_messagelength--; |
| return ch; |
| } |
|
|
| #else |
| void netbegin() {} |
| char netconnected() { return 0; } |
| void mqttbegin() {} |
| int mqttstate() {return 0;} |
| void mqttsubscribe(char *t) {} |
| void mqttsettopic(char *t) {} |
| void mqttouts(char *m, short l) {} |
| void mqttins(char *b, short nb) { z.a=0; }; |
| char mqttinch() {return 0;}; |
| #endif |
|
|
| |
| |
| |
| |
| void ebegin(){ |
| |
| #if (defined(ARDUINO_ARCH_ESP8266) || defined(ARDUINO_ARCH_ESP32) ) && defined(ARDUINOEEPROM) |
| EEPROM.begin(EEPROMSIZE); |
| #endif |
| #if (defined(ARDUINO_ARCH_STM32)) && defined(ARDUINOEEPROM) |
| eeprom_buffer_fill(); |
| #endif |
| #if (defined(ARDUINO_ARCH_XMC)) && defined(ARDUINOEEPROM) |
| EEPROM.begin(); |
| #endif |
| |
| #if defined(ARDUINOI2CEEPROM) && !defined(ARDUINOI2CEEPROM_BUFFERED) |
| |
| |
| |
| |
| |
|
|
| #ifndef I2CEEPROMSIZE |
| int c4=eread(4094); |
| int c32=eread(32766); |
| eupdate(4094, 42); |
| eupdate(32766, 84); |
| if (ert !=0 ) return; |
| if (eread(32766) == 84 && eread(4094) == 42) i2ceepromsize = 32767; else i2ceepromsize = 4096; |
| eupdate(4094, c4); |
| eupdate(32766, c32); |
| #else |
| i2ceepromsize = I2CEEPROMSIZE; |
| #endif |
| #endif |
| |
| #if defined(ARDUINOI2CEEPROM) && defined(ARDUINOI2CEEPROM_BUFFERED) |
| EFSRAW.begin(); |
| #ifndef I2CEEPROMSIZE |
| i2ceepromsize = EFSRAW.esize(); |
| #else |
| i2ceepromsize = I2CEEPROMSIZE; |
| #endif |
| #endif |
| } |
|
|
| void eflush(){ |
| |
| #if (defined(ARDUINO_ARCH_ESP8266) || defined(ARDUINO_ARCH_ESP32) || defined(ARDUINO_ARCH_XMC) ) && defined(ARDUINOEEPROM) |
| EEPROM.commit(); |
| #endif |
| #if (defined(ARDUINO_ARCH_STM32)) && defined(ARDUINOEEPROM) |
| eeprom_buffer_flush(); |
| #endif |
| |
| #if defined(ARDUINOI2CEEPROM) && defined(ARDUINOI2CEEPROM_BUFFERED) |
| EFSRAW.rawflush(); |
| #endif |
| } |
|
|
| #if defined(ARDUINOEEPROM) && !defined(ARDUINOI2CEEPROM) |
| address_t elength() { |
| #if defined(ARDUINO_ARCH_ESP8266) || defined(ARDUINO_ARCH_ESP32) |
| return EEPROMSIZE; |
| #endif |
| #if defined(ARDUINO_ARCH_AVR) || defined(ARDUINO_ARCH_MEGAAVR) || defined(ARDUINO_ARCH_XMC) || defined(ARDUINO_ARCH_STM32) || defined(ARDUINO_ARCH_RENESAS) |
| return EEPROM.length(); |
| #endif |
| #ifdef ARDUINO_ARCH_LGT8F |
| return EEPROM.length(); |
| #endif |
| return 0; |
| } |
|
|
| void eupdate(address_t a, mem_t c) { |
| #if defined(ARDUINO_ARCH_ESP8266) ||defined(ARDUINO_ARCH_ESP32)|| defined(AARDUINO_ARCH_LGT8F) || defined(ARDUINO_ARCH_XMC) |
| EEPROM.write(a, c); |
| #else |
| #if defined(ARDUINO_ARCH_STM32) |
| eeprom_buffered_write_byte(a, c); |
| #else |
| EEPROM.update(a, c); |
| #endif |
| #endif |
| } |
|
|
| mem_t eread(address_t a) { |
| #ifdef ARDUINO_ARCH_STM32 |
| return (signed char) eeprom_buffered_read_byte(a); |
| #else |
| return (signed char) EEPROM.read(a); |
| #endif |
| } |
| #else |
| #if defined(ARDUINOI2CEEPROM) |
| address_t elength() { |
| return i2ceepromsize; |
| } |
|
|
| void eupdate(address_t a, mem_t c) { |
| #if defined(ARDUINOI2CEEPROM_BUFFERED) |
| EFSRAW.rawwrite(a, c); |
| #else |
| |
| if (eread(a) != c) { |
| |
| Wire.beginTransmission(I2CEEPROMADDR); |
| Wire.write((int)a/256); |
| Wire.write((int)a%256); |
| Wire.write((int)c); |
| ert=Wire.endTransmission(); |
| |
| bdelay(5); |
| } |
| #endif |
| } |
|
|
| mem_t eread(address_t a) { |
| #ifdef ARDUINOI2CEEPROM_BUFFERED |
| return (mem_t) EFSRAW.rawread(a); |
| #else |
| |
|
|
| |
| Wire.beginTransmission(I2CEEPROMADDR); |
| Wire.write((int)a/256); |
| Wire.write((int)a%256); |
| ert=Wire.endTransmission(); |
|
|
| |
| if (ert == 0) { |
| Wire.requestFrom(I2CEEPROMADDR, 1); |
| return (mem_t) Wire.read(); |
| } else return 0; |
| |
| #endif |
| } |
| #else |
| |
| address_t elength() { return 0; } |
| void eupdate(address_t a, mem_t c) { return; } |
| mem_t eread(address_t a) { return 0; } |
| #endif |
| #endif |
|
|
| |
| |
| |
| |
|
|
| void aread(){ |
| push(analogRead(popaddress())); |
| } |
|
|
| void dread(){ |
| push(digitalRead(popaddress())); |
| } |
|
|
| void awrite(address_t p, address_t v){ |
| if (v >= 0 && v<256) analogWrite(p, v); |
| else error(EORANGE); |
| } |
|
|
| void dwrite(address_t p, address_t v){ |
| if (v == 0) digitalWrite(p, LOW); |
| else if (v == 1) digitalWrite(p, HIGH); |
| else error(EORANGE); |
| } |
|
|
| |
| |
| |
| |
| |
| |
| |
| void pinm(address_t p, address_t m){ |
| uint8_t ml = m; |
| uint8_t pl = p; |
| switch (ml) { |
| case 0: |
| pinMode(pl, INPUT); |
| break; |
| case 1: |
| pinMode(pl, OUTPUT); |
| break; |
| default: |
| pinMode(pl, ml); |
| break; |
| } |
| } |
|
|
| |
| void bpulsein() { |
| address_t x,y; |
| unsigned long t, pt; |
| |
| t=((unsigned long) pop())*1000; |
| y=popaddress(); |
| x=popaddress(); |
| if (er != 0) return; |
| |
| pt=pulseIn(x, y, t)/bpulseunit; |
| push(pt); |
| } |
|
|
| |
| void bpulseout(short a) { |
| short pin, duration; |
| short value = 1; |
| short intervall = 0; |
| short repetition = 1; |
| if (a == 5) { intervall=pop(); repetition=pop(); } |
| if (a > 2) value=pop(); |
| duration=pop(); |
| pin=pop(); |
| |
| while (repetition--) { |
| digitalWrite(pin, value); |
| delayMicroseconds(duration*bpulseunit); |
| digitalWrite(pin, !value); |
| delayMicroseconds(intervall*bpulseunit); |
| } |
| } |
|
|
| void btone(short a) { |
| number_t d = 0; |
| number_t v = 100; |
| if (a == 4) v=pop(); |
| if (a >= 3) d=pop(); |
| x=pop(); |
| y=pop(); |
| #if defined(ARDUINO_TTGO_T7_V14_Mini32) && defined(HASTONE) |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| if (x == 0) { |
| soundGenerator.play(false); |
| soundGenerator.clear(); |
| return; |
| } |
| if (a == 2) d=60000; |
| if (y == 128) soundGenerator.playSound(SineWaveformGenerator(), x, d, v); |
| if (y == 129) soundGenerator.playSound(SquareWaveformGenerator(), x, d, v); |
| if (y == 130) soundGenerator.playSound(SawtoothWaveformGenerator(), x, d, v); |
| if (y == 131) soundGenerator.playSound(TriangleWaveformGenerator(), x, d, v); |
| if (y == 132) soundGenerator.playSound(VICNoiseGenerator(), x, d, v); |
| if (y == 133) soundGenerator.playSound(NoiseWaveformGenerator(), x, d, v); |
| if (y >= 255 && y < 512 ) { |
| y=y-255; |
| SquareWaveformGenerator sqw; |
| sqw.setDutyCycle(y); |
| soundGenerator.playSound(sqw, x, d, v); |
| } |
| return; |
| #endif |
|
|
| #ifndef ARDUINOTONEEMULATION |
| if (x == 0) { |
| noTone(y); |
| } else if (a == 2) { |
| tone(y, x); |
| } else { |
| tone(y, x, d); |
| } |
| #else |
| if (x == 0) { |
| playtone(0, 0, 0); |
| } else if (a == 2) { |
| playtone(y, x, 32767); |
| } else { |
| playtone(y, x, d); |
| } |
| #endif |
| } |
|
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
|
|
| |
| void yieldfunction() { |
| #ifdef ARDUINOMQTT |
| bmqtt.loop(); |
| #endif |
| #ifdef ARDUINOUSBKBD |
| usb.Task(); |
| #endif |
| #ifdef ARDUINOZX81KBD |
| (void) keyboard.peek(); |
| #endif |
| |
| } |
|
|
| |
| void longyieldfunction() { |
| #ifdef ARDUINOETH |
| Ethernet.maintain(); |
| #endif |
| } |
|
|
| void yieldschedule() { |
| |
| #if defined(ARDUINO_ARCH_ESP8266) |
| delay(0); |
| #endif |
| } |
|
|
| |
| |
| |
| |
| |
| #if defined(ARDUINOSD) || defined(ESPSPIFFS) || defined(STM32SDIO) |
| File ifile; |
| File ofile; |
| char tempname[SBUFSIZE]; |
| #if defined(ARDUINOSD) || defined(STM32SDIO) |
| File root; |
| File file; |
| #ifdef ARDUINO_ARCH_ESP32 |
| const char rootfsprefix[2] = "/"; |
| #else |
| const char rootfsprefix[1] = ""; |
| #endif |
| #endif |
| #ifdef ESPSPIFFS |
| const char rootfsprefix[2] = "/"; |
| #ifdef ARDUINO_ARCH_ESP8266 |
| Dir root; |
| File file; |
| #endif |
| #ifdef ARDUINO_ARCH_ESP32 |
| File root; |
| File file; |
| #endif |
| #endif |
| #ifdef ARDUINO_ARCH_ESP8266 |
| #define FILE_OWRITE (sdfat::O_READ | sdfat::O_WRITE | sdfat::O_CREAT | sdfat::O_TRUNC) |
| #else |
| #if defined(ARDUINO_ARCH_ESP32) || defined(ARDUINO_ARCH_STM32) |
| #define FILE_OWRITE FILE_WRITE |
| #else |
| #define FILE_OWRITE (O_READ | O_WRITE | O_CREAT | O_TRUNC) |
| #endif |
| #endif |
| #endif |
|
|
| |
| #ifdef RP2040LITTLEFS |
| #define FILESYSTEMDRIVER |
| FILE* ifile; |
| FILE* ofile; |
| DIR* root; |
| struct dirent* file; |
| LittleFS_MBED *myFS; |
| const char rootfsprefix[10] = MBED_LITTLEFS_FILE_PREFIX; |
| #endif |
|
|
| |
| #ifdef ARDUINOEFS |
| byte ifile; |
| byte ofile; |
| byte file; |
| #endif |
|
|
| |
| #if defined(RP2040LITTLEFS) || defined(ESPSPIFFS) || defined(ARDUINOSD) |
| char tmpfilename[10+SBUFSIZE]; |
|
|
| |
| char* mkfilename(const char* filename) { |
| short i,j; |
| for(i=0; i<10 && rootfsprefix[i]!=0; i++) tmpfilename[i]=rootfsprefix[i]; |
| tmpfilename[i++]='/'; |
| for(j=0; j<SBUFSIZE && filename[j]!=0; j++) tmpfilename[i++]=filename[j]; |
| tmpfilename[i]=0; |
| return tmpfilename; |
| } |
|
|
| |
| const char* rmrootfsprefix(const char* filename) { |
| short i=0; |
| while (filename[i] == rootfsprefix[i] && rootfsprefix[i] !=0 && filename[i] !=0 ) i++; |
| if (filename[i]=='/') i++; |
| return &filename[i]; |
| } |
| #endif |
|
|
| |
| |
| |
| |
| |
| |
| |
|
|
| static int fsbegins = -1; |
| |
| void fsbegin(char v) { |
| #ifdef ARDUINOSD |
| #ifndef SDPIN |
| #define SDPIN |
| #endif |
| if (SD.begin(SDPIN) && v) outsc("SDcard ok \n"); else outsc("SDcard not ok \n"); |
| #endif |
| #ifdef STM32SDIO |
| int i = 1; |
| while (i<100) { |
| if (SD.begin(SD_DETECT_PIN)) {fsbegins=i; break; } else fsbegins=0; |
| bdelay(20); |
| i++; |
| } |
| #endif |
| #if defined(ESPSPIFFS) && defined(ARDUINO_ARCH_ESP8266) |
| if (SPIFFS.begin() && v) { |
| outsc("SPIFFS ok \n"); |
| FSInfo fs_info; |
| SPIFFS.info(fs_info); |
| outsc("File system size "); outnumber(fs_info.totalBytes); outcr(); |
| outsc("File system used "); outnumber(fs_info.usedBytes); outcr(); |
| } |
| #endif |
| #if defined(ESPSPIFFS) && defined(ARDUINO_ARCH_ESP32) |
| if (SPIFFS.begin() && v) { |
| outsc("SPIFFS ok \n"); outcr(); |
| } |
| #endif |
| #ifdef RP2040LITTLEFS |
| myFS = new LittleFS_MBED(); |
| if (myFS->init() && v) outsc("LittleFS ok \n"); |
| #endif |
| #ifdef ARDUINOEFS |
| int s=EFS.begin(); |
| if (s>0 && v) { |
| outsc("Mounted EFS with "); outnumber(s); outsc(" slots.\n"); |
| } else { |
| if (EFS.format(32) && v) outsc("EFS: formating 32 slots.\n"); |
| } |
| #endif |
| } |
|
|
| int fsstat(char c) { |
| #if defined(FILESYSTEMDRIVER) |
| if (c == 0) return 1; |
| #endif |
| return 0; |
| } |
|
|
| |
| |
| |
| |
| |
| |
| |
| void filewrite(char c) { |
| #if defined(ARDUINOSD) || defined(ESPSPIFFS) || defined(STM32SDIO) |
| if (ofile) ofile.write(c); else ert=1; |
| #endif |
| #if defined(RP2040LITTLEFS) |
| if (ofile) fputc(c, ofile); else ert=1; |
| #endif |
| #if defined(ARDUINOEFS) |
| if (ofile) { |
| if (!EFS.fputc(c, ofile)) ert=-1; |
| } else ert=1; |
| #endif |
| } |
|
|
| char fileread(){ |
| char c; |
| #if defined(ARDUINOSD) || defined(ESPSPIFFS) || defined(STM32SDIO) |
| if (ifile) c=ifile.read(); else { ert=1; return 0; } |
| if (c == -1 || c == 255) ert=-1; |
| return c; |
| #endif |
| #ifdef RP2040LITTLEFS |
| if (ifile) c=fgetc(ifile); else { ert=1; return 0; } |
| if (c == -1 || c == 255) ert=-1; |
| return c; |
| #endif |
| #ifdef ARDUINOEFS |
| if (ifile) c=EFS.fgetc(ifile); else { ert=1; return 0; } |
| if (c == -1|| c == 255) ert=-1; |
| return c; |
| #endif |
| return 0; |
| } |
|
|
| int fileavailable(){ |
| #if defined(ARDUINOSD) || defined(ESPSPIFFS) || defined(STM32SDIO) |
| return ifile.available(); |
| #endif |
| #ifdef RP2040LITTLEFS |
| return !feof(ifile); |
| #endif |
| #ifdef ARDUINOEFS |
| return EFS.available(ifile); |
| #endif |
| return 0; |
| } |
|
|
| char ifileopen(const char* filename){ |
| #if defined(ARDUINOSD) |
| ifile=SD.open(mkfilename(filename), FILE_READ); |
| return (int) ifile; |
| #endif |
| #if defined(STM32SDIO) |
| ifile=SD.open(filename); |
| return (int) ifile; |
| #endif |
| #ifdef ESPSPIFFS |
| ifile=SPIFFS.open(mkfilename(filename), "r"); |
| return (int) ifile; |
| #endif |
| #ifdef RP2040LITTLEFS |
| ifile=fopen(mkfilename(filename), "r"); |
| return (int) ifile; |
| #endif |
| #ifdef ARDUINOEFS |
| ifile=EFS.fopen(filename, "r"); |
| return (int) ifile; |
| #endif |
| return 0; |
| } |
|
|
| void ifileclose(){ |
| #if defined(ARDUINOSD) || defined(ESPSPIFFS) || defined(STM32SDIO) |
| ifile.close(); |
| #endif |
| #ifdef RP2040LITTLEFS |
| if (ifile) fclose(ifile); |
| ifile=NULL; |
| #endif |
| #ifdef ARDUINOEFS |
| if (ifile) EFS.fclose(ifile); |
| ifile=0; |
| #endif |
| } |
|
|
| char ofileopen(char* filename, const char* m){ |
| #if defined(ARDUINOSD) |
| if (*m == 'w') ofile=SD.open(mkfilename(filename), FILE_OWRITE); |
| |
| #ifdef FILE_APPEND |
| if (*m == 'a') ofile=SD.open(mkfilename(filename), FILE_APPEND); |
| #else |
| if (*m == 'a') ofile=SD.open(mkfilename(filename), FILE_WRITE); |
| #endif |
| return (int) ofile; |
| #endif |
| #if defined(STM32SDIO) |
| if (*m == 'w') ofile=SD.open(filename, FILE_OWRITE); |
| |
| #ifdef FILE_APPEND |
| if (*m == 'a') ofile=SD.open(filename, FILE_APPEND); |
| #else |
| if (*m == 'a') ofile=SD.open(filename, FILE_WRITE); |
| #endif |
| return (int) ofile; |
| #endif |
| #ifdef ESPSPIFFS |
| ofile=SPIFFS.open(mkfilename(filename), m); |
| return (int) ofile; |
| #endif |
| #ifdef RP2040LITTLEFS |
| ofile=fopen(mkfilename(filename), m); |
| return (int) ofile; |
| #endif |
| #ifdef ARDUINOEFS |
| ofile=EFS.fopen(filename, m); |
| return (int) ofile; |
| #endif |
| return 0; |
| } |
|
|
| void ofileclose(){ |
| #if defined(ARDUINOSD) || defined(ESPSPIFFS) || defined(STM32SDIO) |
| ofile.close(); |
| #endif |
| #ifdef RP2040LITTLEFS |
| if (ofile) fclose(ofile); |
| #endif |
| #ifdef ARDUINOEFS |
| if (ofile) EFS.fclose(ofile); |
| #endif |
| } |
|
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| void rootopen() { |
| #if defined(ARDUINOSD) || defined(STM32SDIO) |
| root=SD.open("/"); |
| #endif |
| #ifdef ESPSPIFFS |
| #ifdef ARDUINO_ARCH_ESP8266 |
| root=SPIFFS.openDir("/"); |
| #endif |
| #ifdef ARDUINO_ARCH_ESP32 |
| root=SPIFFS.open("/"); |
| #endif |
| #endif |
| #ifdef RP2040LITTLEFS |
| root=opendir(rootfsprefix); |
| #endif |
| #ifdef ARDUINOEFS |
| EFS.dirp=0; |
| #endif |
| } |
|
|
| int rootnextfile() { |
| #if defined(ARDUINOSD) || defined(STM32SDIO) |
| file=root.openNextFile(); |
| return (file != 0); |
| #endif |
| #ifdef ESPSPIFFS |
| #ifdef ARDUINO_ARCH_ESP8266 |
| if (root.next()) { |
| file=root.openFile("r"); |
| return 1; |
| } else { |
| return 0; |
| } |
| #endif |
| #ifdef ARDUINO_ARCH_ESP32 |
| file=root.openNextFile(); |
| return (file != 0); |
| #endif |
| #endif |
| #ifdef RP2040LITTLEFS |
| file = readdir(root); |
| return (file != 0); |
| #endif |
| #ifdef ARDUINOEFS |
| file = EFS.readdir(); |
| return (file != 0); |
| #endif |
| return 0; |
| } |
|
|
| int rootisfile() { |
| #if defined(ARDUINOSD) || defined(STM32SDIO) |
| return (! file.isDirectory()); |
| #endif |
| #ifdef ESPSPIFFS |
| #ifdef ARDUINO_ARCH_ESP8266 |
| return 1; |
| #endif |
| #ifdef ARDUINO_ARCH_ESP32 |
| return (! file.isDirectory()); |
| #endif |
| #endif |
| #ifdef RP2040LITTLEFS |
| return (file->d_type == DT_REG); |
| #endif |
| #ifdef ARDUINOEFS |
| return 1; |
| #endif |
| return 0; |
| } |
|
|
| const char* rootfilename() { |
| #if defined(ARDUINOSD) |
| |
| return rmrootfsprefix(file.name()); |
| #endif |
| #if defined(STM32SDIO) |
| return (char*) file.name(); |
| #endif |
| #ifdef ESPSPIFFS |
| #ifdef ARDUINO_ARCH_ESP8266 |
| |
| int i=0; |
| String s=root.fileName(); |
| for (i=0; i<s.length(); i++) { tempname[i]=s[i]; } |
| tempname[i]=0; |
| return rmrootfsprefix(tempname); |
| #endif |
| #ifdef ARDUINO_ARCH_ESP32 |
| return rmrootfsprefix(file.name()); |
| #endif |
| #endif |
| #ifdef RP2040LITTLEFS |
| return (file->d_name); |
| #endif |
| #ifdef ARDUINOEFS |
| return EFS.filename(file); |
| #endif |
| return 0; |
| } |
|
|
| long rootfilesize() { |
| #if defined(ARDUINOSD) || defined(ESPSPIFFS) || defined(STM32SDIO) |
| return file.size(); |
| #endif |
| #ifdef RP2040LITTLEFS |
| #endif |
| #ifdef ARDUINOEFS |
| return EFS.filesize(file); |
| #endif |
| return 0; |
| } |
|
|
| void rootfileclose() { |
| #if defined(ARDUINOSD) || defined(ESPSPIFFS) || defined(STM32SDIO) |
| file.close(); |
| #endif |
| #ifdef RP2040LITTLEFS |
| #endif |
| #ifdef ARDUINOEFS |
| #endif |
| } |
|
|
| void rootclose(){ |
| #if defined(ARDUINOSD) || defined(STM32SDIO) |
| root.close(); |
| #endif |
| #ifdef ESPSPIFFS |
| #ifdef ARDUINO_ARCH_ESP8266 |
| return; |
| #endif |
| #ifdef ARDUINO_ARCH_ESP32 |
| root.close(); |
| #endif |
| #endif |
| #ifdef RP2040LITTLEFS |
| #endif |
| #ifdef ARDUINOEFS |
| #endif |
| } |
|
|
| |
| |
| |
| void removefile(char *filename) { |
| #if defined(ARDUINOSD) |
| SD.remove(mkfilename(filename)); |
| return; |
| #endif |
| #if defined(STM32SDIO) |
| SD.remove(filename); |
| return; |
| #endif |
| #ifdef ESPSPIFFS |
| SPIFFS.remove(mkfilename(filename)); |
| return; |
| #endif |
| #ifdef RP2040LITTLEFS |
| remove(mkfilename(filename)); |
| return; |
| #endif |
| #ifdef ARDUINOEFS |
| EFS.remove(filename); |
| return; |
| #endif |
| } |
|
|
| |
| |
| |
| void formatdisk(short i) { |
| #if defined(ARDUINOSD) || defined(STM32SDIO) |
| return; |
| #endif |
| #ifdef ESPSPIFFS |
| if (SPIFFS.format()) { SPIFFS.begin(); outsc("ok\n"); } else { outsc("fail\n"); } |
| #endif |
| #ifdef RP2040LITTLEFS |
| fs.reformat(&bd); |
| return; |
| #endif |
| #ifdef ARDUINOEFS |
| if (i>0 && i<256) { |
| if (EFS.format(i)) { EFS.begin(); outsc("ok\n"); } else { outsc("fail\n"); } |
| outcr(); |
| } else error(EORANGE); |
| return; |
| #endif |
| } |
|
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| #ifdef USESPICOSERIAL |
| volatile static char picochar; |
| volatile static char picoa = 0; |
| volatile static char* picob = NULL; |
| static short picobsize = 0; |
| volatile static short picoi = 1; |
|
|
| |
| const uint16_t MIN_2X_BAUD = F_CPU/(4*(2*0XFFF + 1)) + 1; |
|
|
| |
| void picobegin(unsigned long baud) { |
| uint16_t baud_setting; |
| cli(); |
| if ((F_CPU != 16000000UL || baud != 57600) && baud > MIN_2X_BAUD) { |
| UCSR0A = 1 << U2X0; |
| baud_setting = (F_CPU / 4 / baud - 1) / 2; |
| } else { |
| UCSR0A = 0; |
| baud_setting = (F_CPU / 8 / baud - 1) / 2; |
| } |
| |
| UBRR0H = baud_setting >> 8; |
| UBRR0L = baud_setting; |
| |
| UCSR0B |= (1 << TXEN0) | (1 << RXEN0) | (1 << RXCIE0); |
| sei(); |
| } |
|
|
| |
| void picowrite(char b) { |
| while (((1 << UDRIE0) & UCSR0B) || !(UCSR0A & (1 << UDRE0))) {} |
| UDR0 = b; |
| } |
|
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| void picogetchar(char c){ |
| if (picob && (! picoa)) { |
| picochar=c; |
| if (picochar != '\n' && picochar != '\r' && picoi<picobsize-1) { |
| if (c == 127 || c == 8) { |
| if (picoi>1) picoi--; else return; |
| } else |
| picob[picoi++]=picochar; |
| picowrite(picochar); |
| } else { |
| picoa = 1; |
| picob[picoi]=0; |
| picob[0]=picoi; |
| z.a=picoi; |
| picoi=1; |
| } |
| picochar=0; |
| } else { |
| if (c != 10) picochar=c; |
| } |
| } |
|
|
| |
| void picoins(char *b, short nb) { |
| char c; |
| picob=b; |
| picobsize=nb; |
| picoa=0; |
| |
| |
| while (!picoa) byield(); |
| outcr(); |
| return; |
| } |
|
|
| |
| #ifdef USART_RX_vect |
| ISR(USART_RX_vect) { |
| char c=UDR0; |
| picogetchar(c); |
| } |
| #else |
| |
| ISR(USART0_RX_vect) { |
| char c=UDR0; |
| picogetchar(c); |
| } |
| #endif |
| #endif |
|
|
| |
| |
| |
| |
| |
| |
| char serialread() { |
| #ifdef USESPICOSERIAL |
| char c; |
| c=picochar; |
| picochar=0; |
| return c; |
| #else |
| while (!SERIALPORT.available()) byield(); |
| return SERIALPORT.read(); |
| #endif |
| } |
|
|
| |
| |
| |
| |
| void serialbegin() { |
| #ifdef USESPICOSERIAL |
| picobegin(serial_baudrate); |
| #else |
| SERIALPORT.begin(serial_baudrate); |
| #endif |
| bdelay(1000); |
| } |
|
|
| |
| int serialstat(char c) { |
| if (c == 0) return 1; |
| if (c == 1) return serial_baudrate; |
| return 0; |
| } |
|
|
| |
| void serialwrite(char c) { |
| #ifdef USESPICOSERIAL |
| picowrite(c); |
| #else |
| |
| SERIALPORT.write(c); |
| |
| #endif |
| } |
|
|
| |
| short serialcheckch() { |
| #ifdef USESPICOSERIAL |
| return picochar; |
| #else |
| if (SERIALPORT.available()) return SERIALPORT.peek(); else return 0; |
| #endif |
| } |
|
|
| |
| short serialavailable() { |
| #ifdef USESPICOSERIAL |
| return picoi; |
| #else |
| return SERIALPORT.available(); |
| #endif |
| } |
|
|
| |
| void serialflush() { |
| #ifdef USESPICOSERIAL |
| return; |
| #else |
| while (SERIALPORT.available()) SERIALPORT.read(); |
| #endif |
| } |
|
|
|
|
| |
| |
| |
| |
| |
| |
| void consins(char *b, short nb) { |
| char c; |
| |
| z.a = 1; |
| #ifdef USESPICOSERIAL |
| if (id == ISERIAL) { |
| picoins(b, nb); |
| return; |
| } |
| #endif |
| while(z.a < nb) { |
| c=inch(); |
| if (id == ISERIAL || id == IKEYBOARD) outch(c); |
| if (c == '\r') c=inch(); |
| if (c == '\n' || c == -1 || c == 255) { |
| break; |
| } else if (c == 127 || c == 8) { |
| if (z.a>1) z.a--; |
| } else { |
| b[z.a++]=c; |
| } |
| } |
| b[z.a]=0; |
| z.a--; |
| b[0]=(unsigned char)z.a; |
| } |
|
|
| |
| |
| |
| |
| |
| #ifdef ARDUINOPRT |
| #if !defined(ARDUINO_AVR_MEGA2560) && !defined(ARDUINO_SAM_DUE) && !defined(ARDUINO_AVR_NANO_EVERY) && !defined(ARDUINO_NANO_RP2040_CONNECT) && !defined(ARDUINO_RASPBERRY_PI_PICO) && !defined(ARDUINO_SEEED_XIAO_M0) |
| #include <SoftwareSerial.h> |
| const int software_serial_rx = SOFTSERIALRX; |
| const int software_serial_tx = SOFTSERIALTX; |
| SoftwareSerial PRTSERIAL(software_serial_rx, software_serial_tx); |
| #endif |
|
|
| |
| void prtbegin() { |
| PRTSERIAL.begin(serial1_baudrate); |
| } |
|
|
| |
| char prtopen(char* filename, int mode) {} |
| void prtclose() {} |
|
|
| int prtstat(char c) { |
| if (c == 0) return 1; |
| if (c == 1) return serial1_baudrate; |
| return 0; |
| } |
|
|
| void prtwrite(char c) { |
| PRTSERIAL.write(c); |
| } |
|
|
| char prtread() { |
| while (!PRTSERIAL.available()) byield(); |
| return PRTSERIAL.read(); |
| } |
|
|
| short prtcheckch() { |
| if (PRTSERIAL.available()) return PRTSERIAL.peek(); else return 0; |
| } |
|
|
| short prtavailable() { |
| return PRTSERIAL.available(); |
| } |
|
|
| void prtset(int s) { |
| serial1_baudrate=s; |
| prtbegin(); |
| } |
| #endif |
|
|
|
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
|
|
| |
| #ifdef HASWIRE |
| |
| |
| |
| |
| |
| void wirebegin() { |
| #ifndef SDA_PIN |
| Wire.begin(); |
| #else |
| Wire.begin(SDA_PIN, SCL_PIN); |
| #endif |
| } |
| #endif |
|
|
| |
| #if (defined(ARDUINOWIRE) && defined(HASFILEIO)) |
| uint8_t wire_slaveid = 0; |
| uint8_t wire_myid = 0; |
| #define ARDUINOWIREBUFFER 32 |
| #ifdef ARDUINOWIRESLAVE |
| char wirereceivebuffer[ARDUINOWIREBUFFER]; |
| short wirereceivechars = 0; |
| char wirerequestbuffer[ARDUINOWIREBUFFER]; |
| short wirerequestchars = 0; |
| #endif |
|
|
| void wireslavebegin(char s) { |
| #ifndef SDA_PIN |
| Wire.begin(s); |
| #else |
| Wire.begin(SDA_PIN, SCL_PIN, s); |
| #endif |
| } |
|
|
| |
| int wirestat(char c) { |
| switch (c) { |
| case 0: |
| return 1; |
| #ifdef ARDUINOWIRESLAVE |
| case 1: |
| return wirerequestchars; |
| #endif |
| default: |
| return 0; |
| } |
| } |
|
|
| |
| short wireavailable() { |
| |
| if (wire_myid == 0) return 1; |
| #ifdef ARDUINOWIRESLAVE |
| else return wirereceivechars; |
| #else |
| else return 0; |
| #endif |
| } |
|
|
| #ifdef ARDUINOWIRESLAVE |
| |
| void wireonreceive(int h) { |
| wirereceivechars=h; |
| if (h>ARDUINOWIREBUFFER) h=ARDUINOWIREBUFFER; |
| for (int i=0; i<h; i++) wirereceivebuffer[i]=Wire.read(); |
| } |
|
|
| |
| void wireonrequest() { |
| Wire.write(wirerequestbuffer, wirerequestchars); |
| wirerequestchars=0; |
| } |
| #endif |
|
|
| |
| |
| |
| |
| void wireopen(char s, char m) { |
| if (m == 0) { |
| wire_slaveid=s; |
| |
| if (wire_myid != 0) { |
| wirebegin(); |
| wire_myid=0; |
| } |
| } else if ( m == 1 ) { |
| wire_myid=s; |
| wire_slaveid=0; |
| #ifdef ARDUINOWIRESLAVE |
| wireslavebegin(wire_myid); |
| Wire.onReceive(&wireonreceive); |
| Wire.onRequest(&wireonrequest); |
| #endif |
| } else |
| error(EORANGE); |
| } |
|
|
| |
| void wireins(char *b, uint8_t l) { |
| if (wire_myid == 0) { |
| z.a=0; |
| if (l>ARDUINOWIREBUFFER) l=ARDUINOWIREBUFFER; |
| if (!Wire.requestFrom(wire_slaveid, l)) ert=1; |
| while (Wire.available() && z.a<l) b[++z.a]=Wire.read(); |
| } else { |
| #ifdef ARDUINOWIRESLAVE |
| for (z.a=0; z.a<wirereceivechars && z.a<l; z.a++) b[z.a+1]=wirereceivebuffer[z.a]; |
| wirereceivechars=0; |
| #endif |
| } |
| b[0]=z.a; |
| } |
|
|
| |
| void wireouts(char *b, uint8_t l) { |
| if (l>ARDUINOWIREBUFFER) l=ARDUINOWIREBUFFER; |
| if (wire_myid == 0) { |
| Wire.beginTransmission(wire_slaveid); |
| #ifdef ARDUINO_ARCH_ESP32 |
| for(z.a=0; z.a<l; z.a++) Wire.write(b[z.a]); |
| #else |
| Wire.write(b, l); |
| #endif |
| ert=Wire.endTransmission(); |
| } else { |
| #ifdef ARDUINOWIRESLAVE |
| for (int i=0; i<l; i++) wirerequestbuffer[i]=b[i]; |
| wirerequestchars=l; |
| #endif |
| } |
| } |
| #endif |
|
|
| |
| #if (defined(ARDUINOWIRE)) |
| |
| short wirereadbyte(short port) { |
| if (!Wire.requestFrom(port, 1)) ert=1; |
| return Wire.read(); |
| } |
| void wirewritebyte(short port, short data) { |
| Wire.beginTransmission(port); |
| Wire.write(data); |
| Wire.endTransmission(); |
| } |
| void wirewriteword(short port, short data1, short data2) { |
| Wire.beginTransmission(port); |
| Wire.write(data1); |
| Wire.write(data2); |
| Wire.endTransmission(); |
| } |
| #endif |
|
|
| #if (defined(ARDUINOWIRE) && !defined(HASFILEIO)) |
| int wirestat(char c) {return 0; } |
| void wireopen(char s, char m) {} |
| void wireins(char *b, uint8_t l) { b[0]=0; z.a=0; } |
| void wireouts(char *b, uint8_t l) {} |
| short wireavailable() { return 0; } |
| #endif |
|
|
| #ifndef ARDUINOWIRE |
| void wirebegin() {} |
| int wirestat(char c) {return 0; } |
| void wireopen(char s, char m) {} |
| void wireins(char *b, uint8_t l) { b[0]=0; z.a=0; } |
| void wireouts(char *b, uint8_t l) {} |
| short wireavailable() { return 0; } |
| short wirereadbyte(short port) { return 0; } |
| void wirewritebyte(short port, short data) { return; } |
| void wirewriteword(short port, short data1, short data2) { return; } |
| #endif |
|
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
|
|
| #ifdef ARDUINORF24 |
| |
| |
| |
| |
| const char rf24_ce = RF24CEPIN; |
| const char rf24_csn = RF24CSNPIN; |
| #include <nRF24L01.h> |
| #include <RF24.h> |
| rf24_pa_dbm_e rf24_pa = RF24_PA_MAX; |
| RF24 radio(rf24_ce, rf24_csn); |
|
|
| |
| int radiostat(char c) { |
| #if defined(ARDUINORF24) |
| if (c == 0) return 1; |
| if (c == 1) return radio.isChipConnected(); |
| #endif |
| return 0; |
| } |
|
|
| |
| uint64_t pipeaddr(char * f){ |
| uint64_t t = 0; |
| t=(uint8_t)f[0]; |
| for(short i=1; i<=4; i++) t=t*256+(uint8_t)f[i]; |
| return t; |
| } |
| #endif |
|
|
| |
| void radioins(char *b, short nb) { |
| #ifdef ARDUINORF24 |
| if (radio.available()) { |
| radio.read(b+1, nb); |
| if (!blockmode) { |
| for (z.a=0; z.a<nb; z.a++) if (b[z.a+1]==0) break; |
| } else { |
| z.a=radio.getPayloadSize(); |
| if (z.a > nb) z.a=nb; |
| } |
| b[0]=z.a; |
| } else { |
| b[0]=0; |
| b[1]=0; |
| z.a=0; |
| } |
| #else |
| b[0]=0; |
| b[1]=0; |
| z.a=0; |
| #endif |
| } |
|
|
| |
| void radioouts(char *b, short l) { |
| #ifdef ARDUINORF24 |
| radio.stopListening(); |
| if (!radio.write(b, l)) ert=1; |
| radio.startListening(); |
| #endif |
| } |
|
|
| |
| short radioavailable() { |
| #ifdef ARDUINORF24 |
| return radio.available(); |
| #endif |
| return 0; |
| } |
|
|
| |
| |
| |
| |
| |
| |
| void iradioopen(char *filename) { |
| #ifdef ARDUINORF24 |
| if (!radio.begin()) ert=1; |
| radio.openReadingPipe(1, pipeaddr(filename)); |
| radio.startListening(); |
| #endif |
| } |
|
|
| void oradioopen(char *filename) { |
| #ifdef ARDUINORF24 |
| if (!radio.begin()) ert=1; |
| radio.openWritingPipe(pipeaddr(filename)); |
| #endif |
| } |
|
|
| void radioset(int s) { |
| #ifdef ARDUINORF24 |
| if ((s<0) && (s>3)) {error(EORANGE); return; } |
| rf24_pa=(rf24_pa_dbm_e) s; |
| radio.setPALevel(rf24_pa); |
| #endif |
| } |
|
|
|
|
| |
| |
| |
| |
| |
| |
| |
| #ifdef ARDUINOSENSORS |
| #ifdef ARDUINODHT |
| #include "DHT.h" |
| DHT dht(DHTPIN, DHTTYPE); |
| #endif |
| #ifdef ARDUINOSHT |
| #include <SHT3x.h> |
| SHT3x SHT; |
| #endif |
| #ifdef ARDUINOMQ2 |
| #include <MQ2.h> |
| MQ2 mq2(MQ2PIN); |
| #endif |
| #ifdef ARDUINOLMS6 |
| #include <Arduino_LSM6DSOX.h> |
| |
| #endif |
| #ifdef ARDUINOAHT |
| #include <Adafruit_AHTX0.h> |
| Adafruit_AHTX0 aht; |
| #endif |
| #ifdef ARDUINOBMP280 |
| #include <Adafruit_BMP280.h> |
| Adafruit_BMP280 bmp; |
| #endif |
| #ifdef ARDUINOBME280 |
| #include <Adafruit_BME280.h> |
| Adafruit_BME280 bme; |
| |
| #endif |
|
|
|
|
| void sensorbegin(){ |
| #ifdef ARDUINODHT |
| dht.begin(); |
| #endif |
| #ifdef ARDUINOSHT |
| SHT.Begin(); |
| #endif |
| #ifdef ARDUINOMQ2 |
| mq2.begin(); |
| #endif |
| #ifdef ARDUINOAHT |
| aht.begin(); |
| #endif |
| #ifdef ARDUINOBMP280 |
| bmp.begin(); |
| bmp.setSampling(Adafruit_BMP280::MODE_NORMAL, |
| Adafruit_BMP280::SAMPLING_X2, |
| Adafruit_BMP280::SAMPLING_X16, |
| Adafruit_BMP280::FILTER_X16, |
| Adafruit_BMP280::STANDBY_MS_500); |
| #endif |
| #ifdef ARDUINOBME280 |
| bme.begin(); |
| #endif |
| } |
|
|
| number_t sensorread(short s, short v) { |
| switch (s) { |
| case 0: |
| return analogRead(A0+v); |
| case 1: |
| #ifdef ARDUINODHT |
| switch (v) { |
| case 0: |
| return 1; |
| case 1: |
| return dht.readHumidity(); |
| case 2: |
| return dht.readTemperature(); |
| } |
| #endif |
| return 0; |
| case 2: |
| #ifdef ARDUINOSHT |
| switch (v) { |
| case 0: |
| return 1; |
| case 1: |
| SHT.UpdateData(); |
| return SHT.GetRelHumidity(); |
| case 2: |
| SHT.UpdateData(); |
| return SHT.GetTemperature(); |
| } |
| #endif |
| return 0; |
| case 3: |
| #ifdef ARDUINOMQ2 |
| switch (v) { |
| case 0: |
| return 1; |
| case 1: |
| (void) mq2.read(false); |
| return mq2.readLPG();; |
| case 2: |
| (void) mq2.read(false); |
| return mq2.readCO(); |
| case 3: |
| (void) mq2.read(false); |
| return mq2.readSmoke(); |
| } |
| #endif |
| return 0; |
| case 4: |
| #ifdef ARDUINOAHT |
| sensors_event_t humidity, temp; |
| switch (v) { |
| case 0: |
| return 1; |
| case 1: |
| aht.getEvent(&humidity, &temp); |
| return temp.temperature; |
| case 2: |
| aht.getEvent(&humidity, &temp); |
| return humidity.relative_humidity; |
| } |
| #endif |
| return 0; |
| case 5: |
| #ifdef ARDUINOBMP280 |
| switch (v) { |
| case 0: |
| return 1; |
| case 1: |
| return bmp.readTemperature(); |
| case 2: |
| return bmp.readPressure() / 100.0; |
| case 3: |
| return bmp.readAltitude(1013.25); |
| } |
| #endif |
| return 0; |
| case 6: |
| #ifdef ARDUINOBME280 |
| switch (v) { |
| case 0: |
| return 1; |
| case 1: |
| return bme.readTemperature(); |
| case 2: |
| return bme.readPressure() / 100.0; |
| case 3: |
| return bme.readAltitude(1013.25); |
| case 4: |
| return bme.readHumidity(); |
| } |
| #endif |
| |
| return 0; |
| default: |
| return 0; |
| } |
| } |
|
|
| #else |
| void sensorbegin() {} |
| number_t sensorread(short s, short v) {return 0;}; |
| #endif |
|
|
|
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
|
|
| #ifdef ARDUINOSPIRAM |
| #define USEMEMINTERFACE |
| #define SPIRAMINTERFACE |
|
|
| |
| |
| |
| |
| #ifndef RAMPIN |
| #define RAMPIN SS |
| #endif |
|
|
| #define SPIRAMWRMR 1 |
| #define SPIRAMRDMR 5 |
| #define SPIRAMREAD 3 |
| #define SPIRAMWRITE 2 |
| #define SPIRAMRSTIO 0xFF |
| #define SPIRAMSEQ 0x40 |
| #define SPIRAMBYTE 0x00 |
|
|
| |
| address_t spirambegin() { |
| pinMode(RAMPIN, OUTPUT); |
| digitalWrite(RAMPIN, LOW); |
| SPI.transfer(SPIRAMRSTIO); |
| SPI.transfer(SPIRAMWRMR); |
| |
| SPI.transfer(SPIRAMSEQ); |
| digitalWrite(RAMPIN, HIGH); |
| |
| |
| if (maxnum>32767) return 65534; else return 32766; |
| } |
|
|
| |
| mem_t spiramrawread(address_t a) { |
| mem_t c; |
| digitalWrite(RAMPIN, LOW); |
| SPI.transfer(SPIRAMREAD); |
| SPI.transfer((byte)(a >> 8)); |
| SPI.transfer((byte)a); |
| c = SPI.transfer(0x00); |
| digitalWrite(RAMPIN, HIGH); |
| return c; |
| } |
|
|
| |
| |
| address_t spiram_robufferaddr = 0; |
| mem_t spiram_robuffervalid=0; |
| const address_t spiram_robuffersize = 32; |
| mem_t spiram_robuffer[spiram_robuffersize]; |
|
|
| |
| |
| address_t spiram_rwbufferaddr = 0; |
| mem_t spiram_rwbuffervalid=0; |
| const address_t spiram_rwbuffersize = 32; |
| mem_t spiram_rwbuffer[spiram_rwbuffersize]; |
| mem_t spiram_rwbufferclean = 1; |
|
|
| const address_t spiram_addrmask=0xffe0; |
| |
|
|
| |
|
|
| void spiram_bufferread(address_t a, mem_t* b, address_t l) { |
| digitalWrite(RAMPIN, LOW); |
| SPI.transfer(SPIRAMREAD); |
| SPI.transfer((byte)(a >> 8)); |
| SPI.transfer((byte)a); |
| SPI.transfer(b, l); |
| digitalWrite(RAMPIN, HIGH); |
| } |
|
|
| void spiram_bufferwrite(address_t a, mem_t* b, address_t l) { |
| digitalWrite(RAMPIN, LOW); |
| SPI.transfer(SPIRAMWRITE); |
| SPI.transfer((byte)(a >> 8)); |
| SPI.transfer((byte)a); |
| SPI.transfer(b, l); |
| digitalWrite(RAMPIN, HIGH); |
| } |
|
|
| mem_t spiram_robufferread(address_t a) { |
| |
| if (spiram_rwbuffervalid && ((a & spiram_addrmask) == spiram_rwbufferaddr)) { |
| return spiram_rwbuffer[a-spiram_rwbufferaddr]; |
| } |
| |
| |
| if (!spiram_robuffervalid || a >= spiram_robufferaddr + spiram_robuffersize || a < spiram_robufferaddr ) { |
| spiram_bufferread(a, spiram_robuffer, spiram_robuffersize); |
| spiram_robufferaddr=a; |
| spiram_robuffervalid=1; |
| } |
| return spiram_robuffer[a-spiram_robufferaddr]; |
| } |
|
|
| |
| void spiram_rwbufferflush() { |
| if (!spiram_rwbufferclean) { |
| spiram_bufferwrite(spiram_rwbufferaddr, spiram_rwbuffer, spiram_rwbuffersize); |
| spiram_rwbufferclean=1; |
| } |
| } |
|
|
| mem_t spiram_rwbufferread(address_t a) { |
| |
| address_t p=a & spiram_addrmask; |
| if (!spiram_rwbuffervalid || (p != spiram_rwbufferaddr)) { |
| |
| spiram_rwbufferflush(); |
| |
| spiram_bufferread(p, spiram_rwbuffer, spiram_rwbuffersize); |
| spiram_rwbufferaddr = p; |
| spiram_rwbuffervalid=1; |
| } |
| return spiram_rwbuffer[a-spiram_rwbufferaddr]; |
| } |
|
|
| |
| void spiram_rwbufferwrite(address_t a, mem_t c) { |
| address_t p=a&spiram_addrmask; |
| |
| if (spiram_robuffervalid && a >= spiram_robufferaddr && a < spiram_robufferaddr + spiram_robuffersize) { |
| spiram_robuffer[a-spiram_robufferaddr]=c; |
| } |
| |
| if (spiram_rwbuffervalid && p == spiram_rwbufferaddr) { |
| spiram_rwbuffer[a-spiram_rwbufferaddr]=c; |
| spiram_rwbufferclean=0; |
| return; |
| } |
| |
| spiram_rwbufferflush(); |
| (void) spiram_rwbufferread(a); |
| spiram_rwbuffer[a-spiram_rwbufferaddr]=c; |
| spiram_rwbufferclean=0; |
| } |
|
|
| |
| void spiramrawwrite(address_t a, mem_t c) { |
| digitalWrite(RAMPIN, LOW); |
| SPI.transfer(SPIRAMWRITE); |
| SPI.transfer((byte)(a >> 8)); |
| SPI.transfer((byte)a); |
| SPI.transfer((byte) c); |
| digitalWrite(RAMPIN, HIGH); |
| |
| if (a >= spiram_robufferaddr && a < spiram_robufferaddr + spiram_robuffersize && spiram_robufferaddr > 0) |
| spiram_robuffer[a-spiram_robufferaddr]=c; |
| |
| if (a >= spiram_rwbufferaddr && a < spiram_rwbufferaddr + spiram_rwbuffersize && spiram_rwbufferaddr > 0) |
| spiram_rwbuffer[a-spiram_rwbufferaddr]=c; |
| } |
| #endif |
|
|
|
|
| |
| #ifdef ARDUINOPGMEEPROM |
| #define USEMEMINTERFACE |
| #define EEPROMMEMINTERFACE |
| #else |
| #undef EEPROMMEMINTERFACE |
| #endif |
|
|
|
|
| #if defined(USEMEMINTERFACE) |
| |
| |
| |
| |
| |
| |
| |
| #ifdef ARDUINO_AVR_MEGA2560 |
| #define SPIRAMSBSIZE 512 |
| #else |
| #define SPIRAMSBSIZE 128 |
| #endif |
|
|
| |
| char spistrbuf1[SPIRAMSBSIZE]; |
| char spistrbuf2[SPIRAMSBSIZE]; |
| #endif |
|
|
| |
| |
| |
| |
| |
| #ifdef ARDUINOTONEEMULATION |
| static mem_t tone_enabled; |
| static mem_t tone_pinstate = 0; |
| static unsigned long tone_intervall; |
| static unsigned long tone_micros; |
| static int tone_duration; |
| static unsigned long tone_start; |
| static mem_t tone_pin; |
|
|
| void playtone(int pin, int frequency, int duration){ |
|
|
| |
| tone_pin=pin; |
| pinMode(tone_pin, OUTPUT); |
| digitalWrite(tone_pin, LOW); |
| tone_pinstate=0; |
|
|
| |
| if (duration == 0 || frequency == 0) { |
| tone_enabled=0; |
| return; |
| } |
|
|
| |
| tone_intervall=1000000/frequency/2; |
| tone_micros=micros(); |
|
|
| |
| tone_duration=duration; |
| tone_start=millis(); |
|
|
| |
| tone_enabled=1; |
| } |
|
|
| void tonetoggle() { |
|
|
| |
| if (!tone_enabled) return; |
|
|
| |
| if (millis() > tone_duration+tone_start) { |
| tone_enabled=0; |
| digitalWrite(tone_pin, LOW); |
| tone_pinstate=0; |
| return; |
| } |
|
|
| |
| if (micros() > tone_intervall+tone_micros) { |
| tone_micros=micros(); |
| tone_pinstate=!tone_pinstate; |
| digitalWrite(tone_pin, tone_pinstate); |
| } |
| } |
| #endif |
|
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
|
|
| #ifdef HASEVENTS |
| |
| void bintroutine0() { |
| eventlist[0].active=1; |
| detachInterrupt(digitalPinToInterrupt(eventlist[0].pin)); |
| } |
| void bintroutine1() { |
| eventlist[1].active=1; |
| detachInterrupt(digitalPinToInterrupt(eventlist[1].pin)); |
| } |
| void bintroutine2() { |
| eventlist[2].active=1; |
| detachInterrupt(digitalPinToInterrupt(eventlist[2].pin)); |
| } |
| void bintroutine3() { |
| eventlist[3].active=1; |
| detachInterrupt(digitalPinToInterrupt(eventlist[3].pin)); |
| } |
|
|
|
|
| #if !(defined(ARDUINO_ARCH_MBED_RP2040) || defined(ARDUINO_ARCH_MBED_NANO) || defined(ARDUINO_ARCH_RENESAS)) |
| typedef int PinStatus; |
| #endif |
|
|
|
|
| mem_t enableevent(int pin) { |
| mem_t interrupt; |
| int i; |
|
|
| |
| if ((i=eventindex(pin))<0) return 0; |
|
|
| |
| interrupt=digitalPinToInterrupt(eventlist[i].pin); |
| if (interrupt < 0) return 0; |
|
|
| |
| switch(i) { |
| case 0: |
| attachInterrupt(interrupt, bintroutine0, (PinStatus) eventlist[i].mode); |
| break; |
| case 1: |
| attachInterrupt(interrupt, bintroutine1, (PinStatus) eventlist[i].mode); |
| break; |
| case 2: |
| attachInterrupt(interrupt, bintroutine2, (PinStatus) eventlist[i].mode); |
| break; |
| case 3: |
| attachInterrupt(interrupt, bintroutine3, (PinStatus) eventlist[i].mode); |
| break; |
| default: |
| return 0; |
| } |
|
|
| |
| eventlist[i].enabled=1; |
| return 1; |
|
|
| } |
|
|
| void disableevent(mem_t pin) { |
| detachInterrupt(digitalPinToInterrupt(pin)); |
| } |
| #endif |
|
|
|
|
| |
| |
| |
| |
| |
| #undef FASTTICKERPROFILE |
|
|
| #ifdef FASTTICKERPROFILE |
| static unsigned long lastfasttick = 0; |
| static unsigned long fasttickcalls = 0; |
| static int avgfasttick = 0; |
| static long devfasttick = 0; |
|
|
| void fasttickerprofile() { |
| if (lastfasttick == 0) { lastfasttick=micros(); return; } |
| int delta=micros()-lastfasttick; |
| lastfasttick=micros(); |
| avgfasttick=(avgfasttick*fasttickcalls+delta)/(fasttickcalls+1); |
| fasttickcalls++; |
| vars[5]=avgfasttick; |
| } |
| #endif |
|
|
|
|
|
|
| |
| #endif |
|
|