Commit graph

37 commits

Author SHA1 Message Date
KlausMu
1a2ad07aac comment added 2024-01-29 12:04:45 +01:00
KlausMu
aba176bcac renaming of preferencesStorage 2024-01-29 12:03:23 +01:00
KlausMu
6dbf80c09a save prefs directly after timeout is changed 2024-01-29 10:32:54 +01:00
KlausMu
eef110f733 introduction of a scene registry 2024-01-29 10:31:45 +01:00
KlausMu
3265eef33b check if WiFi label was instantiated before using it 2024-01-28 22:17:30 +01:00
KlausMu
f815fe4937 some more renaming 2024-01-28 20:17:30 +01:00
KlausMu
b4a9865dcf minor renaming 2024-01-28 18:46:32 +01:00
KlausMu
f7d63602b1 some files renamed for better understandability 2024-01-28 18:21:14 +01:00
KlausMu
84ea8d89f6 use gui_registry.h only once 2024-01-28 18:05:15 +01:00
KlausMu
f58aa69c4b removed unnecessary functions from sleep.h 2024-01-28 15:43:02 +01:00
KlausMu
cbf1bf9b12 introduction of gui_registry 2024-01-28 15:21:16 +01:00
KlausMu
283684bdfc renamed assets files 2024-01-27 11:00:38 +01:00
KlausMu
ff655cce8b added comment 2024-01-27 09:40:18 +01:00
KlausMu
1d35d0b6e0 reorganization of files and folder 2024-01-27 09:25:43 +01:00
KlausMu
54c0bd2f3d added support for IR RC5 2024-01-27 08:37:17 +01:00
KlausMu
abc134bf70 assets.c broken up and placed them where they are used 2024-01-26 19:18:18 +01:00
KlausMu
b1f03b1842 added devices for appleTV and smarthome 2024-01-26 18:52:09 +01:00
KlausMu
d8471b0ef0 moved lv_conf.h into the gui folder 2024-01-26 17:48:14 +01:00
KlausMu
6f24a0c528 reorganized files into folders 2024-01-26 17:01:58 +01:00
KlausMu
2a9f8bf96b Dynamic keyboard commands, so you can safely deactivate BLE and/or WiFi and not break the example code 2024-01-26 15:47:13 +01:00
KlausMu
fb4dbd71be report battery level to BLE device 2024-01-24 16:23:01 +01:00
KlausMu
66c8195a31 BLE indicator added; separation of BLE/WiFi activation from activation of devices using it 2024-01-24 16:08:21 +01:00
KlausMu
581015e9a9 setting timout via GUI now works, not only dropdown without functionality 2024-01-24 07:38:09 +01:00
KlausMu
2fda106f4e added comment for MQTT keyboard 2024-01-23 18:03:50 +01:00
KlausMu
c35711a8d2 added comment for key repeatModes 2024-01-23 17:56:43 +01:00
KlausMu
87573950e8 updated to latest version of keypad library from Github, changes for inverted logic are explicitely marked 2024-01-23 10:52:27 +01:00
KlausMu
71c5ce01d2 changed the default keyboard from "´mqtt keyboard" to "BLE keyboard" 2024-01-23 09:52:06 +01:00
KlausMu
1311719b6d removed numbering of tab variables. not needed anymore 2024-01-23 07:59:06 +01:00
KlausMu
19143c1cfc comment for what the mqtt keyboard is used 2024-01-23 07:22:55 +01:00
KlausMu
5529728430 readability 2024-01-23 07:22:23 +01:00
KlausMu
e0fb40b485 only some typos in comments 2024-01-23 06:57:53 +01:00
KlausMu
9001c3fa3f changed keyboard commands for HOME and BACK 2024-01-22 19:31:46 +01:00
KlausMu
cc10a929e9 first version of "modular-approach" 2024-01-22 17:44:23 +01:00
Klaus Musch
d97d263620
changed bufA and bufB from static to dynamic allocated memory to safe static DRAM (#57) 2024-01-21 20:05:49 +01:00
phant0mias
a42a756205
Update platformio.ini (#43)
The used CPU has 4MB of flash memory. With the default settings only 1310720 bytes are used for the program
Current omote with default settings: Flash: [========= ]  85.1% (used 1115225 bytes from 1310720 bytes)

Using a different partition table will solve this problem. 

As the OTA feature is not needed this partition can be used for the application.
With this partition table 3145728 bytes are available for the application

Flash: [====      ]  35.5% (used 1115225 bytes from 3145728 bytes)
2023-09-27 20:46:52 +02:00
Max
ff472fe232 Lower default SPI Clock
Lowered the default SPI clock as some displays might show glitches with the SPI frequency set above 40MHz.
2023-07-31 20:20:56 +02:00
Max
00145ed0dc Initial Upload 2023-06-28 20:26:56 +02:00