Screenshot app & service (#42)
- Added screenshot app & service (PC-only for now) - Updated docs with screenshots and new device photo - Add fake statusbar icons for PC/sim build - added `lv_screenshot` library based on `lv_100ask_screenshot` from https://github.com/100askTeam/lv_lib_100ask - T-Deck WiFi is now allocated into SPI RAM - Created `tt_service_find()` to find services by their id
This commit is contained in:
committed by
GitHub
parent
0bdc4bd32f
commit
3250943345
@@ -5,7 +5,17 @@ It provides an application framework that is based on code from the [Flipper Zer
|
||||
|
||||
**Status: Alpha**
|
||||
|
||||

|
||||
Tactility features a desktop that can launch apps:
|
||||
|
||||
  
|
||||
|
||||
Through the Settings app you can connect to Wi-Fi or change the display settings:
|
||||
|
||||
 
|
||||
|
||||
Play with the built-in apps or build your own! Use one of the supported devices or set up the drivers for your own hardware platform.
|
||||
|
||||

|
||||
|
||||
Noteworthy features:
|
||||
- Touch UI capabilities (via LVGL) with support for input devices such as on-device trackball or keyboard.
|
||||
@@ -51,7 +61,7 @@ const AppManifest hello_world_app = {
|
||||
};
|
||||
```
|
||||
|
||||

|
||||

|
||||
|
||||
## Supported Hardware
|
||||
|
||||
|
||||
Reference in New Issue
Block a user