|
90898aa8e5
|
Added many comments
|
2023-12-22 14:28:34 +01:00 |
|
|
0972097733
|
HotFix LedComponent: Inverted Green and Blue channels. Added LedNumber Enumeration. setColor() now calls this enum.
|
2023-12-18 19:25:52 +01:00 |
|
|
8b610a9dcc
|
LedComponent: Added operator, LedColors namespace with multiple constexpres, Added fading function. ServerHandler: Blinking led when connecting, and status led after.
|
2023-12-16 00:31:58 +01:00 |
|
|
d4de1f6efb
|
Deleted Exception in platformio config. Added ServerException (dead code). Created MainComponent singleton.
|
2023-12-15 23:21:27 +01:00 |
|
|
2d784f02af
|
Merge remote-tracking branch 'origin/develop-robin'
|
2023-12-14 14:15:07 +01:00 |
|
|
0fe4c2ecee
|
Main: Loop function is more readable/understandable. Server: Added a specific function to show IP. Fixed some constexpr typo and initialisation warnings.
|
2023-12-13 18:47:35 +01:00 |
|
Lemonochrome
|
c2afb76be1
|
Simple python app.
|
2023-12-13 17:46:13 +01:00 |
|
|
c2b18fc052
|
Screen: Added multiple frames for the boot screen. Fixed delay issues when in main loop. Showing bootscreen after setup.
|
2023-12-13 17:37:42 +01:00 |
|
|
7e1d7f1526
|
Screen: Added failed logo. Updated Box to have a FORCED_CENTERED. When Wifi is not connected, show failed screen.
|
2023-12-13 11:42:52 +01:00 |
|
|
a16ee2b01f
|
Moved all the files from Screen. Components now uses shared ptr objects of Box. TextBox inherits from Box.
|
2023-11-28 23:31:17 +01:00 |
|
|
cf50debfd0
|
Added Loading screen when connected. Showing basic loop when finished. Fixed padding.
|
2023-11-27 23:06:42 +01:00 |
|
|
b5c01dc017
|
Updated Display to Screen. Added ScreenComponents to simplify the use of the U8g2lib. Now showing IP on the screen.
|
2023-11-26 23:46:13 +01:00 |
|
|
c49073ece1
|
DataHandler and ServerHandler are now single instances following the Singleton pattern.
|
2023-11-26 16:11:48 +01:00 |
|
|
8cf51ec22d
|
Changing directory.
|
2023-11-24 14:54:47 +01:00 |
|