Skip to content

Commit

Permalink
- Replace LVGL gesture callback
Browse files Browse the repository at this point in the history
- Fix a bug where swiping during display off causes an interaction on the display
- Rework GPIO code in LVGL encoder for input subsystem logic
- Remove old GPIO code
- Code is ready to test
  • Loading branch information
Kampi committed Oct 12, 2023
1 parent 0a25616 commit 71f9fe3
Show file tree
Hide file tree
Showing 4 changed files with 90 additions and 180 deletions.
1 change: 0 additions & 1 deletion app/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ include_directories(src/)
include_directories(src/ui)
include_directories(src/applications)

target_sources(app PRIVATE src/buttons.c)
target_sources(app PRIVATE src/display_control.c)
target_sources(app PRIVATE src/main.c)
target_sources(app PRIVATE src/ram_retention_storage.c)
Expand Down
51 changes: 0 additions & 51 deletions app/src/buttons.c

This file was deleted.

35 changes: 0 additions & 35 deletions app/src/buttons.h

This file was deleted.

Loading

0 comments on commit 71f9fe3

Please sign in to comment.