latest code changes
Some checks failed
Remote Control Build / build (ubuntu-latest) (push) Failing after 13m2s
Remote Control Build / build (macos-latest) (push) Has been cancelled

This commit is contained in:
2024-06-04 21:56:44 +02:00
parent 7df248c624
commit 959e2989ab
16 changed files with 35 additions and 17 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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();
} }

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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