Nasimovy
2125c03974
Fix for PSRAM detection on ESP32-S3R8 and t-beam ( #6504 )
...
* remove duplicate HAS_LP5562 introduced by #6422
* T190 PSRAM fix
* all the boards with a ESP32-S3R8
* T-beam V1.1 PSRAM
2025-04-06 20:27:46 -05:00
Nasimovy
1b33189fe6
remove duplicate HAS_LP5562 introduced by #6422 ( #6494 )
2025-04-04 08:35:15 -05:00
Nasimovy and Ben Meadors
7494106170
TCA8418 initial config + basic 3x4 keypad config ( #6422 )
...
* TCA8418 with base config for 3x4 keypad
* replaced k with uppercase K
* change detection method
* reflect changes #6381
---------
Co-authored-by: Ben Meadors <benmmeadors@gmail.com >
2025-04-03 14:18:18 -05:00
13101c1bab
TCA8418 initial config + basic 3x4 keypad config ( #6320 )
...
* add TCA8418 to configuration.h
added the TCA8418
* add TCA8418 to ScanI2C.cpp
add TCA8418
* add TCA8418KB to ScanI2C.h
add TCA8418KB
* add TCA8418KB ScanI2CTwoWire.cpp
add TCA8418KB
* Create TCA8418Keyboard.cpp
Create TCA8418Keyboard.cpp
* Create TCA8418Keyboard.h
Create TCA8418Keyboard.h
* add TCA8418 to kbI2cBase.cpp
add TCA8418
* add TCA8418 to kbI2cBase.h
add TCA8418
* add TCA8418KB to main.cpp
add TCA8418KB
* add TCA8418KB to cardKbI2cImpl.cpp
add TCA8418KB
* Update TCA8418 kbI2cBase.cpp
* enable debug TCA8418
* Nokia 5130 config
* Update TCA8418Keyboard.h
old version in initial commit
* Update ScanI2CTwoWire.cpp
* add tap_interval and backlight_on to constructor
* Create TCA8418-layouts.cpp
TCA8418-layout
3x4 should work
Nokia 5130 needs editing.
* put layouts in different file + adjusted code for variable matrix sizes
* rename TCA8418-layouts.cpp to TCA8418Layouts.cpp + add endif
* Update TCA8418Keyboard.cpp name change layouts
* forgot a \
* Create TCA8418Layouts.h
* Update TCA8418Keyboard.cpp
* add include
forgot include
* Update TCA8418Keyboard.cpp
* Update TCA8418Keyboard.h
* Update TCA8418Layouts.h
* revert to keyboard layout in main TCA8418Keyboard.cpp
* fixed the address
* changed ordering of constructor
* reflect changes #6371
* edit config.h
* bug fix fast pressing multiple buttons + clean up scanI2CTwoWire.cpp
* trunked
---------
Co-authored-by: Ben Meadors <benmmeadors@gmail.com >
Co-authored-by: Tom Fifield <tom@tomfifield.net >
2025-03-26 13:29:18 +11:00