latest code changes
This commit is contained in:
@@ -14,7 +14,7 @@ name = OS-Railway Remote Control
|
|||||||
default_envs = wt32-sc01_plus
|
default_envs = wt32-sc01_plus
|
||||||
|
|
||||||
[env]
|
[env]
|
||||||
platform = espressif32 @ ^6.3.2
|
platform = espressif32 @ ^6.5.0
|
||||||
framework = arduino
|
framework = arduino
|
||||||
|
|
||||||
[env:wt32-sc01_plus]
|
[env:wt32-sc01_plus]
|
||||||
@@ -35,3 +35,21 @@ lib_deps =
|
|||||||
lovyan03/LovyanGFX @ ^1.1.8
|
lovyan03/LovyanGFX @ ^1.1.8
|
||||||
lvgl/lvgl @ ^8.3.9
|
lvgl/lvgl @ ^8.3.9
|
||||||
me-no-dev/AsyncTCP @ ^1.1.1
|
me-no-dev/AsyncTCP @ ^1.1.1
|
||||||
|
|
||||||
|
[env:waveshare-esp32s3-43]
|
||||||
|
board = wt32-sc01_plus
|
||||||
|
board_build.partitions = partitions.csv
|
||||||
|
build_flags =
|
||||||
|
-D CORE_DEBUG_LEVEL=4
|
||||||
|
-D SCREEN_WIDTH=800
|
||||||
|
-D SCREEN_HEIGHT=480
|
||||||
|
-D ESP32S3
|
||||||
|
-D BOARD_HAS_PSRAM
|
||||||
|
-D ARDUINO_USB_CDC_ON_BOOT
|
||||||
|
-D LV_CONF_INCLUDE_SIMPLE
|
||||||
|
-I include/
|
||||||
|
lib_ldf_mode = deep
|
||||||
|
lib_deps =
|
||||||
|
lovyan03/LovyanGFX @ ^1.1.8
|
||||||
|
lvgl/lvgl @ ^8.3.9
|
||||||
|
me-no-dev/AsyncTCP @ ^1.1.1
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
//----------------------------------------------------------------------------
|
//----------------------------------------------------------------------------
|
||||||
// OS-Railway - Remote Control
|
// OS-Railway - Remote Control
|
||||||
// Copyright (C) 2023 Peter Siegmund (https://mars3142.dev)
|
// Copyright (C) 2023-2024 Peter Siegmund (https://mars3142.dev)
|
||||||
//
|
//
|
||||||
// This program is free software: you can redistribute it and/or modify
|
// This program is free software: you can redistribute it and/or modify
|
||||||
// it under the terms of the GNU Affero General Public License as published by
|
// it under the terms of the GNU Affero General Public License as published by
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
//----------------------------------------------------------------------------
|
//----------------------------------------------------------------------------
|
||||||
// OS-Railway - Remote Control
|
// OS-Railway - Remote Control
|
||||||
// Copyright (C) 2023 Peter Siegmund (https://mars3142.dev)
|
// Copyright (C) 2023-2024 Peter Siegmund (https://mars3142.dev)
|
||||||
//
|
//
|
||||||
// This program is free software: you can redistribute it and/or modify
|
// This program is free software: you can redistribute it and/or modify
|
||||||
// it under the terms of the GNU Affero General Public License as published by
|
// it under the terms of the GNU Affero General Public License as published by
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
//----------------------------------------------------------------------------
|
//----------------------------------------------------------------------------
|
||||||
// OS-Railway - Remote Control
|
// OS-Railway - Remote Control
|
||||||
// Copyright (C) 2023 Peter Siegmund (https://mars3142.dev)
|
// Copyright (C) 2023-2024 Peter Siegmund (https://mars3142.dev)
|
||||||
//
|
//
|
||||||
// This program is free software: you can redistribute it and/or modify
|
// This program is free software: you can redistribute it and/or modify
|
||||||
// it under the terms of the GNU Affero General Public License as published by
|
// it under the terms of the GNU Affero General Public License as published by
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
//----------------------------------------------------------------------------
|
//----------------------------------------------------------------------------
|
||||||
// OS-Railway - Remote Control
|
// OS-Railway - Remote Control
|
||||||
// Copyright (C) 2023 Peter Siegmund (https://mars3142.dev)
|
// Copyright (C) 2023-2024 Peter Siegmund (https://mars3142.dev)
|
||||||
//
|
//
|
||||||
// This program is free software: you can redistribute it and/or modify
|
// This program is free software: you can redistribute it and/or modify
|
||||||
// it under the terms of the GNU Affero General Public License as published by
|
// it under the terms of the GNU Affero General Public License as published by
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
//----------------------------------------------------------------------------
|
//----------------------------------------------------------------------------
|
||||||
// OS-Railway - Remote Control
|
// OS-Railway - Remote Control
|
||||||
// Copyright (C) 2023 Peter Siegmund (https://mars3142.dev)
|
// Copyright (C) 2023-2024 Peter Siegmund (https://mars3142.dev)
|
||||||
//
|
//
|
||||||
// This program is free software: you can redistribute it and/or modify
|
// This program is free software: you can redistribute it and/or modify
|
||||||
// it under the terms of the GNU Affero General Public License as published by
|
// it under the terms of the GNU Affero General Public License as published by
|
||||||
@@ -52,5 +52,5 @@ void loop()
|
|||||||
{
|
{
|
||||||
lv_handler();
|
lv_handler();
|
||||||
|
|
||||||
check_display_off();
|
// check_display_off();
|
||||||
}
|
}
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
//----------------------------------------------------------------------------
|
//----------------------------------------------------------------------------
|
||||||
// OS-Railway - Remote Control
|
// OS-Railway - Remote Control
|
||||||
// Copyright (C) 2023 Peter Siegmund (https://mars3142.dev)
|
// Copyright (C) 2023-2024 Peter Siegmund (https://mars3142.dev)
|
||||||
//
|
//
|
||||||
// This program is free software: you can redistribute it and/or modify
|
// This program is free software: you can redistribute it and/or modify
|
||||||
// it under the terms of the GNU Affero General Public License as published by
|
// it under the terms of the GNU Affero General Public License as published by
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
//----------------------------------------------------------------------------
|
//----------------------------------------------------------------------------
|
||||||
// OS-Railway - Remote Control
|
// OS-Railway - Remote Control
|
||||||
// Copyright (C) 2023 Peter Siegmund (https://mars3142.dev)
|
// Copyright (C) 2023-2024 Peter Siegmund (https://mars3142.dev)
|
||||||
//
|
//
|
||||||
// This program is free software: you can redistribute it and/or modify
|
// This program is free software: you can redistribute it and/or modify
|
||||||
// it under the terms of the GNU Affero General Public License as published by
|
// it under the terms of the GNU Affero General Public License as published by
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
//----------------------------------------------------------------------------
|
//----------------------------------------------------------------------------
|
||||||
// OS-Railway - Remote Control
|
// OS-Railway - Remote Control
|
||||||
// Copyright (C) 2023 Peter Siegmund (https://mars3142.dev)
|
// Copyright (C) 2023-2024 Peter Siegmund (https://mars3142.dev)
|
||||||
//
|
//
|
||||||
// This program is free software: you can redistribute it and/or modify
|
// This program is free software: you can redistribute it and/or modify
|
||||||
// it under the terms of the GNU Affero General Public License as published by
|
// it under the terms of the GNU Affero General Public License as published by
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
//----------------------------------------------------------------------------
|
//----------------------------------------------------------------------------
|
||||||
// OS-Railway - Remote Control
|
// OS-Railway - Remote Control
|
||||||
// Copyright (C) 2023 Peter Siegmund (https://mars3142.dev)
|
// Copyright (C) 2023-2024 Peter Siegmund (https://mars3142.dev)
|
||||||
//
|
//
|
||||||
// This program is free software: you can redistribute it and/or modify
|
// This program is free software: you can redistribute it and/or modify
|
||||||
// it under the terms of the GNU Affero General Public License as published by
|
// it under the terms of the GNU Affero General Public License as published by
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
//----------------------------------------------------------------------------
|
//----------------------------------------------------------------------------
|
||||||
// OS-Railway - Remote Control
|
// OS-Railway - Remote Control
|
||||||
// Copyright (C) 2023 Peter Siegmund (https://mars3142.dev)
|
// Copyright (C) 2023-2024 Peter Siegmund (https://mars3142.dev)
|
||||||
//
|
//
|
||||||
// This program is free software: you can redistribute it and/or modify
|
// This program is free software: you can redistribute it and/or modify
|
||||||
// it under the terms of the GNU Affero General Public License as published by
|
// it under the terms of the GNU Affero General Public License as published by
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
//----------------------------------------------------------------------------
|
//----------------------------------------------------------------------------
|
||||||
// OS-Railway - Remote Control
|
// OS-Railway - Remote Control
|
||||||
// Copyright (C) 2023 Peter Siegmund (https://mars3142.dev)
|
// Copyright (C) 2023-2024 Peter Siegmund (https://mars3142.dev)
|
||||||
//
|
//
|
||||||
// This program is free software: you can redistribute it and/or modify
|
// This program is free software: you can redistribute it and/or modify
|
||||||
// it under the terms of the GNU Affero General Public License as published by
|
// it under the terms of the GNU Affero General Public License as published by
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
//----------------------------------------------------------------------------
|
//----------------------------------------------------------------------------
|
||||||
// OS-Railway - Remote Control
|
// OS-Railway - Remote Control
|
||||||
// Copyright (C) 2023 Peter Siegmund (https://mars3142.dev)
|
// Copyright (C) 2023-2024 Peter Siegmund (https://mars3142.dev)
|
||||||
//
|
//
|
||||||
// This program is free software: you can redistribute it and/or modify
|
// This program is free software: you can redistribute it and/or modify
|
||||||
// it under the terms of the GNU Affero General Public License as published by
|
// it under the terms of the GNU Affero General Public License as published by
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
//----------------------------------------------------------------------------
|
//----------------------------------------------------------------------------
|
||||||
// OS-Railway - Remote Control
|
// OS-Railway - Remote Control
|
||||||
// Copyright (C) 2023 Peter Siegmund (https://mars3142.dev)
|
// Copyright (C) 2023-2024 Peter Siegmund (https://mars3142.dev)
|
||||||
//
|
//
|
||||||
// This program is free software: you can redistribute it and/or modify
|
// This program is free software: you can redistribute it and/or modify
|
||||||
// it under the terms of the GNU Affero General Public License as published by
|
// it under the terms of the GNU Affero General Public License as published by
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
//----------------------------------------------------------------------------
|
//----------------------------------------------------------------------------
|
||||||
// OS-Railway - Remote Control
|
// OS-Railway - Remote Control
|
||||||
// Copyright (C) 2023 Peter Siegmund (https://mars3142.dev)
|
// Copyright (C) 2023-2024 Peter Siegmund (https://mars3142.dev)
|
||||||
//
|
//
|
||||||
// This program is free software: you can redistribute it and/or modify
|
// This program is free software: you can redistribute it and/or modify
|
||||||
// it under the terms of the GNU Affero General Public License as published by
|
// it under the terms of the GNU Affero General Public License as published by
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
//----------------------------------------------------------------------------
|
//----------------------------------------------------------------------------
|
||||||
// OS-Railway - Remote Control
|
// OS-Railway - Remote Control
|
||||||
// Copyright (C) 2023 Peter Siegmund (https://mars3142.dev)
|
// Copyright (C) 2023-2024 Peter Siegmund (https://mars3142.dev)
|
||||||
//
|
//
|
||||||
// This program is free software: you can redistribute it and/or modify
|
// This program is free software: you can redistribute it and/or modify
|
||||||
// it under the terms of the GNU Affero General Public License as published by
|
// it under the terms of the GNU Affero General Public License as published by
|
||||||
|
Reference in New Issue
Block a user