Update docs (#82)
|
Before Width: | Height: | Size: 4.3 KiB After Width: | Height: | Size: 4.3 KiB |
|
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 2.9 KiB |
|
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 3.3 KiB |
BIN
Documentation/pics/screenshot-HelloWorld.png
Normal file
|
After Width: | Height: | Size: 2.3 KiB |
|
Before Width: | Height: | Size: 3.5 KiB After Width: | Height: | Size: 3.5 KiB |
|
Before Width: | Height: | Size: 4.4 KiB After Width: | Height: | Size: 4.4 KiB |
|
Before Width: | Height: | Size: 3.5 KiB After Width: | Height: | Size: 3.5 KiB |
12
README.md
@ -9,15 +9,15 @@ It provides an application framework that is based on code from the [Flipper Zer
|
|||||||
|
|
||||||
A modern desktop with built-in apps:
|
A modern desktop with built-in apps:
|
||||||
|
|
||||||
 
|
 
|
||||||
|
|
||||||
Configure your Wi-Fi without having to hard-code credentials:
|
Configure your Wi-Fi without having to hard-code credentials:
|
||||||
|
|
||||||
 
|
 
|
||||||
|
|
||||||
And much more!
|
And much more!
|
||||||
|
|
||||||
 
|
 
|
||||||
|
|
||||||
|
|
||||||
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.
|
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.
|
||||||
@ -30,7 +30,7 @@ Noteworthy features:
|
|||||||
|
|
||||||
Requirements:
|
Requirements:
|
||||||
- ESP32 (any?) with a touchscreen
|
- ESP32 (any?) with a touchscreen
|
||||||
- [esp-idf 5.2](https://docs.espressif.com/projects/esp-idf/en/v5.2/esp32/get-started/index.html) or a newer v5.2.x
|
- [esp-idf 5.3](https://docs.espressif.com/projects/esp-idf/en/release-v5.3/esp32/get-started/index.html) or a newer v5.2.x
|
||||||
|
|
||||||
## Making apps is easy!
|
## Making apps is easy!
|
||||||
|
|
||||||
@ -66,7 +66,7 @@ extern const AppManifest manifest = {
|
|||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## Supported Hardware
|
## Supported Hardware
|
||||||
|
|
||||||
@ -108,7 +108,7 @@ git clone --recurse-submodules -j8 https://github.com/ByteWelder/Tactility.git
|
|||||||
|
|
||||||
### Build environment setup
|
### Build environment setup
|
||||||
|
|
||||||
Ensure you have [esp-idf 5.3](https://docs.espressif.com/projects/esp-idf/en/release-v5.3/esp32/get-started/index.html) installed, then select the correct device:
|
nsure you have [esp-idf 5.3](https://docs.espressif.com/projects/esp-idf/en/release-v5.3/esp32/get-started/index.html) installed, then select the correct device:
|
||||||
|
|
||||||
Copy the `sdkconfig.board.YOUR_BOARD` into `sdkconfig`. Use `sdkconfig.defaults` if you are setting up a custom board.
|
Copy the `sdkconfig.board.YOUR_BOARD` into `sdkconfig`. Use `sdkconfig.defaults` if you are setting up a custom board.
|
||||||
|
|
||||||
|
|||||||