zmk/app/src/display
Joel Spadin 651ed05e9a refactor: Split endpoint to transport and instance
Changed the endpoints code to rename the existing endpoint types to
"transport" and add the concept of "endpoint instances". A transport is
the method by which data is sent, while instances allow describing
multiple endpoints that use the same transport (e.g. bluetooth profiles)

Also added new APIs to get the total number of possible endpoint
instances and assign each instance a unique index, which can be used
for tracking separate state for each endpoint in other code files.
2023-10-02 22:03:08 -07:00
..
widgets refactor: Split endpoint to transport and instance 2023-10-02 22:03:08 -07:00
CMakeLists.txt Add uppermost, current layer status widget to oled (#493) 2020-12-28 20:17:32 -05:00
Kconfig fix(displays): Don't enable built-in widget configs by default 2023-07-19 00:13:16 -06:00
main.c feat(display): Add setting to invert display colors 2023-05-21 21:51:36 -06:00
status_screen.c fix(display): Do not override font size in status screen 2023-04-09 21:36:43 -07:00
theme.c refactor(display): Updates for LVGL v8.x changes. 2023-04-05 22:55:38 -07:00
theme.h refactor(display): Updates for LVGL v8.x changes. 2023-04-05 22:55:38 -07:00