Use code formatting for commands in README

This commit is contained in:
Markus Koch 2018-01-13 22:00:46 +01:00
parent 4f7f74635c
commit 835e0ca397
1 changed files with 7 additions and 7 deletions

View File

@ -11,13 +11,13 @@ A USBASP based bootloader for the board. To enter it, push the button during pow
## Firmware
An AVR-CDC based firmware providing a serial terminal (```/dev/ttyACMx```) with the following commands:
* Set text: t<12b ASCII>
* Set raw: T<12b RAW>
* Set brightness: b<0\15> / B<RAW>
* Shift text: s<ASCII>...
* Set character RAM: C<0-15><2b character>
* Reset LCD: r
* Reset board: R
* Set text: ```t<12b ASCII>```
* Set raw: ```T<12b RAW>```
* Set brightness: ```b<0\15> / B<RAW>```
* Shift text: ```s<ASCII>...```
* Set character RAM: ```C<0-15><2b character>```
* Reset LCD: ```r```
* Reset board: ```R```
Each command needs to be followed by a carriage return and / or a newline.