- Added executable

- Removed old files
- changed readme
- Added old color scheme
- added requirements.txt
This commit is contained in:
Thomas Herrmann 2023-12-28 20:43:03 +01:00
parent ce7b331b1e
commit 05f3b1dc45
2 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,7 @@ Should run on any System wit at least 1024x600 Screen Resolution.
- terminal - terminal
- Laser status and switch - Laser status and switch
![Screen](https://user-images.githubusercontent.com/6392076/133233601-8ef0e06f-e055-4677-8828-ed092aa37250.png) ![Screen](https://user-images.githubusercontent.com/6392076/133233601-8ef0e06f-e055-4677-8828-ed092aa37250.png)
- Tested on latest Armbian stable https://www.armbian.com/odroid-c2/#kernels-archive-all - Tested on latest Armbian stable https://www.armbian.com/odroid-c2/#kernels-archive-all

View File

@ -43,6 +43,7 @@ class touchCNC:
self.feed = self.secondary self.feed = self.secondary
self.transport = '#FA7921' self.transport = '#FA7921'
# Classic Scheme # Classic Scheme
attention = 'red' attention = 'red'
loaded = 'green' loaded = 'green'