This commit is contained in:
e2002
2022-02-15 15:44:46 +03:00
parent 29b19b752c
commit 559a99f5e4
9 changed files with 50 additions and 39 deletions

View File

@@ -1,7 +1,7 @@
#ifndef options_h
#define options_h
#define VERSION "0.4.251"
#define VERSION "0.4.255"
/* DISPLAY MODEL
* 0 - DUMMY
@@ -59,7 +59,12 @@
/*
* ESP DEVBOARD
*/
#define LED_BUILTIN 2
#define LED_BUILTIN 2
/*
* Other settings. You can overwrite them in the myoptions.h file
*/
#define TFT_ROTATE 3 // display rotation. 3 - 180 degress
#if __has_include("myoptions.h")
#include "myoptions.h"