Explorar el Código

new screenshots

rdefeo hace 1 año
padre
commit
4ee9b36377
Se han modificado 1 ficheros con 15 adiciones y 5 borrados
  1. 15 5
      README.md

+ 15 - 5
README.md

@@ -14,10 +14,10 @@ The app does not provide any recording functionality - you must use the existing
 * [Flexible signal organization](README.md#signal-organization) - utilizing the SDcard filesystem
 * [Playlist support](README.md#playlists)
 * [Flexible naming/sorting, hidden file/folder support](README.md#sorting-and-naming)
-* Customizable UI
+* [Customizable UI](README.md#settings)
 
 ## Screenshots
-<table align="center">
+<table>
   <tr>
     <td><img src="screenshots/screenshot_1.png" width="256px"/></td>
     <td rowspan="2"><img src="screenshots/screenshot_4_90.png" width="128px"/></td>
@@ -51,9 +51,10 @@ Here's an example file layout for the screenshots above:
     01_Garage_door.rfid
     02_Office.rfid
   01_Front_Door.rfid
-  /02_Home_Theater
-     00_Power_On.ir
-     01_Power_Off.ir
+  /02_Jam_Lists
+     00_Gate_Spam.qpl
+     01_TVs_OFF.qpl
+     02_my_Playlist.qpl
 ```
 
 ## Playlists
@@ -78,6 +79,15 @@ The first two `.sub` files live in the `/ext/apps_data/quac` folder, which is wh
 ## Sorting and Naming
 The list view UI is based on the sorted file and folder order. This is enforced by sorting the actual filenames. When there are cases where you need to force a specific order, you can prepend the file and folder names with `XX_` where `X` is a digit between 0-9. This will let you place an action called `On` before `Off`, even though when sorted alphabeticaly, `Off` would come before `On`. Therefore, you would name your files `00_On.rfid` and `01_Off.rfid`. When the files and folders are rendered for display, any `XX_` prefix will be stripped. All underscores will be replaced with spaces. Extensions will be stripped. Casing is preserved. Additionally, all files and folders that begin with a `.` will be ignored when drawing the UI. However, they can still be referenced in playlists. This keeps the UI unclutterd.
 
+## Settings
+<img src="screenshots/screenshot_2.png" width="256px"/>
+
+The settings menu will appear as the last item when you are viewing the "root" directory. Within the settings you can control:
+- Layout: Switch between Horizontal and Vertical layout
+- Show Icons: Toggles display of all icons
+- Show Headers: Toggles display of header/folder text at the top, giving you room for one more item on screen!
+- RFID Duration: Changes the length of time a RFID signal is transmitted. Can be overridden, per `.rfid` file in a Playlist
+
 ## On deck...
 - IR Signal support