Commit graph

20 commits

Author SHA1 Message Date
Thomas Bittner
745e2dff51 Updated initialization of LEDC module
Firmware is now not using the ledcsetup function but is directly setting up the ledc hardware.
This enables the LEDC output to be inverted as needed for the OMOTE hardware.
2023-08-04 21:45:47 +02:00
Thomas Bittner
b872a70a8e Refactored code base and added WIFI configuration menu
Refactored code base:
* Code moved to additional modules each with its individual responsibilities
* Display module is responsible for input/output on the LCD screen
* wifihandler is responsible for handling WIFI connection
* Battey module is responsilbe to monitor the battery
* Data exchange should only be done via public API

Added WIFI configuration menu
* WIFI no longer specified via defines
* In settings tab, wifi submenu added to enter credentials
* wifi credentials are stored in flash after a successful connection
2023-08-04 09:12:56 +02:00
Max K
4eb6590c58
added instruction for the simulator 2023-07-23 20:04:46 +02:00
Max K
53f9d1b2e0
LVGL simulator fix
Added obj folder to lvgl
2023-07-23 19:10:25 +02:00
Max
bab8794253 unnecessary files removed 2023-07-23 18:06:28 +02:00
Max K
8f74f63522
Merge pull request #5 from eltociear/patch-1
Fix typo in ftsdf.c
2023-07-23 16:09:08 +02:00
Max
4704080409 New Readme 2023-07-21 22:23:39 +02:00
Max K
4dd89d4b88
Update BOM.csv 2023-07-16 22:12:54 +02:00
Max K
756450ea2c
BOM fixes
- part count fixed (#8)
- J1 added as optional component
2023-07-16 22:12:28 +02:00
Max K
963e455637
fixed missing part in BOM 2023-07-15 12:41:46 +02:00
Max K
b54007f017
Fixed missing parts in BOM
R1, R38, R39, R40
2023-07-15 12:31:49 +02:00
Ikko Eltociear Ashimine
61b956a934
Fix typo in ftsdf.c
arbitary -> arbitrary
2023-07-12 00:57:40 +09:00
Max
7b5d897dcc GERBER files added 2023-07-08 16:27:39 +02:00
Max
524465587a Update BOM.csv 2023-07-08 15:58:27 +02:00
Max K
498cc56623
Update BOM.csv 2023-07-08 15:55:27 +02:00
Max
947e843112 BOM added 2023-07-08 15:54:17 +02:00
Max
6b118665f2 Merge branch 'main' of https://github.com/CoretechR/OMOTE 2023-07-08 10:22:40 +02:00
Max
0784a3b344 Removed font dependency
"Fredoka Light" font no longer needed
2023-07-08 10:22:20 +02:00
Max K
4557832425
Added some GIFs 2023-07-01 10:40:51 +02:00
Max
00145ed0dc Initial Upload 2023-06-28 20:26:56 +02:00