🎨 Remove f suffix from decimal number (#524)

This commit is contained in:
Victor Oliveira 2021-06-22 16:12:42 -03:00 committed by Scott Lahteine
parent 9da9fa4b48
commit cbb004c9ab
245 changed files with 742 additions and 742 deletions

View file

@ -2628,7 +2628,7 @@
//
// 480x320, 3.5", FSMC Stock Display from TronxXY
//
//#define TFT_TRONXY_X5SA
#define TFT_TRONXY_X5SA
//
// 480x320, 3.5", FSMC Stock Display from AnyCubic
@ -2658,7 +2658,7 @@
//
// Generic TFT with detailed options
//
#define TFT_GENERIC
//#define TFT_GENERIC
#if ENABLED(TFT_GENERIC)
// :[ 'AUTO', 'ST7735', 'ST7789', 'ST7796', 'R61505', 'ILI9328', 'ILI9341', 'ILI9488' ]
#define TFT_DRIVER AUTO
@ -2683,8 +2683,8 @@
* For LVGL_UI also copy the 'assets' folder from the build directory to the
* root of your SD card, together with the compiled firmware.
*/
#define TFT_CLASSIC_UI
//#define TFT_COLOR_UI
//#define TFT_CLASSIC_UI
#define TFT_COLOR_UI
//#define TFT_LVGL_UI
#if ENABLED(TFT_LVGL_UI)
@ -2713,17 +2713,17 @@
//
// Touch Screen Settings
//
#define TOUCH_SCREEN // DONE BY CHITU BOARD
#define TOUCH_SCREEN
#if ENABLED(TOUCH_SCREEN)
#define BUTTON_DELAY_EDIT 50 // (ms) Button repeat delay for edit screens
#define BUTTON_DELAY_MENU 250 // (ms) Button repeat delay for menus
#define TOUCH_SCREEN_CALIBRATION
#define TOUCH_CALIBRATION_X -12316
#define TOUCH_CALIBRATION_Y 8981
#define TOUCH_OFFSET_X 340
#define TOUCH_OFFSET_Y -20
//#define TOUCH_CALIBRATION_X -12316
//#define TOUCH_CALIBRATION_Y 8981
//#define TOUCH_OFFSET_X 340
//#define TOUCH_OFFSET_Y -20
//#define TOUCH_ORIENTATION TOUCH_LANDSCAPE
#if BOTH(TOUCH_SCREEN_CALIBRATION, EEPROM_SETTINGS)
@ -2731,7 +2731,7 @@
#endif
#if ENABLED(TFT_COLOR_UI)
//#define SINGLE_TOUCH_NAVIGATION
#define SINGLE_TOUCH_NAVIGATION
#endif
#endif