| 1234567891011121314151617181920212223242526272829303132 |
- #ifdef __IN_ECLIPSE__
- //This is a automatic generated file
- //Please do not modify this file
- //If you touch this file your change will be overwritten during the next build
- //This file has been generated on 2022-01-23 15:58:24
-
- #include "Arduino.h"
- #include <Arduino.h>
- #include <RotaryEncoder.h>
- #include "WLS.h"
- #include "ExEzButton.h"
- #include <Wire.h>
- #include <Adafruit_GFX.h>
- #include <Adafruit_SSD1306.h>
- #include <ESP_FlexyStepper.h>
- #include "fonts/titillium_web_6pt7b.h"
- #include "fonts/titillium_web_8pt7b.h"
- #include "fonts/titillium_web_12pt7b.h"
- #include "fonts/titillium_web_24pt7b.h"
- #include "fonts/titillium_web_30pt7b.h"
-
- void limitSwitchHandler() ;
- void setup() ;
- void loop() ;
- void testdrawchar(void) ;
- void testdrawstyles(void) ;
- void calculateWH(String units, uint16_t &w, uint16_t &h) ;
-
- #include "Fraestisch_SFTools.ino"
-
-
- #endif
|