Use code formatting for commands in README
This commit is contained in:
parent
4f7f74635c
commit
835e0ca397
14
README.MD
14
README.MD
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user