Update controller readme to reflect progress to date

This commit is contained in:
KemoNine 2020-09-13 03:45:52 -04:00
parent caaf8cba13
commit c42cd7dd48
1 changed files with 8 additions and 5 deletions

View File

@ -35,13 +35,10 @@ These libraries are used by the project and can be installed via the Arduino IDE
## Implementation (Incomplete)
- Startup shows connection setup + waits for OK prompt via main hat switch
- Status bar @ top with selected uart, selected speed
- Simple display of serial in/out via lcd
- Button for accessing symbols via pop-up list that aren't on keyboard
- Bccessing a uart selection pop-up that maps to rpi uarts
- Button for accessing symbols and control sequences via pop-up list that aren't on keyboard
- Button for accessing password selection pop-up to help with password entry over serial
- Button for accessing uart speed pop-up to help with configuring line speeds
- This should be configured via a text file on the sd card
- Way to display pinouts stored on micro sd card
- Configuration read from muxes (if attached)
@ -50,6 +47,12 @@ These libraries are used by the project and can be installed via the Arduino IDE
- Battery level on feather neopixel (green = >80% ; yellow >=40% ; orange >= 25% ; red < 25%)
- User LED (red) always on when feather is running
- Battery level shown as progress bar in the upper right corner of the screen
- Config screen for Raspberry Pi UART/Speed
- SD card support (REQUIRED actually)
- SD Card information screen
- Keyboard setup
- 5 way switch for UI navigation instead of touch screen
- Button 4 as a way to switch between screens
## Building / Uploading