mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-02-18 19:03:16 +00:00
- Add implementation for CYD-E28R28T. This implementation has the SD card working, using the same driver as the CYD-2432S028R.
- Edit .gitignore for some missing things.
- run chmod +x on some build scripts
- Make EspLcdDisplay's reference public for access from drivers (needed for driver St7789i8080)
> ```class EspLcdDisplay : public tt::hal::display::DisplayDevice {```
23 lines
190 B
Plaintext
23 lines
190 B
Plaintext
.idea/
|
|
.DS_Store
|
|
|
|
build/
|
|
buildsim/
|
|
build-sim/
|
|
cmake-build-*/
|
|
CMakeCache.txt
|
|
*.cbp
|
|
CMakeFiles
|
|
|
|
release/
|
|
|
|
sdkconfig
|
|
sdkconfig.old
|
|
|
|
managed_components/
|
|
dependencies.lock
|
|
|
|
.vscode/
|
|
.gitpod.yml
|
|
|