mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-02-19 23:15:05 +00:00
- Created driver subprojects: `FT5x06`, `FT6x36`, `CST816S`. - Refactored existing projects to use new drivers. - Improve `PwmBacklight` driver: expose frequency, channel id and timer id - Update `build-and-release-all.sh` for recent board addition
8 lines
334 B
Markdown
8 lines
334 B
Markdown
This project is an adaption of the code at https://github.com/martinberlin/FT6X36-IDF which is an adaptation of https://github.com/strange-v/FT6X36
|
|
The original license is an MIT license and is included in this directory.
|
|
|
|
Changes:
|
|
- Remove Kconfig-based configuratio
|
|
- Removed I2C init code
|
|
- Allow for passing a different I2C port
|
|
|