Commit graph

12 commits

Author SHA1 Message Date
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