initial commit
This commit is contained in:
18
README.md
Normal file
18
README.md
Normal file
@@ -0,0 +1,18 @@
|
||||
# RC2014 - Quazar OLED board
|
||||
|
||||
This project provides MACRO-80 assembler code for `oled` program to drive OLED display for RC2014 by Quazar. It provides a Rust "script" to convert 128x32 black and white image to hex output suitable for the `oled` program.
|
||||
|
||||
## Compiling
|
||||
|
||||
```
|
||||
m80 =oled.mac/z
|
||||
l80 oled,oled/n/e
|
||||
```
|
||||
|
||||
## Running
|
||||
|
||||
```
|
||||
oled
|
||||
```
|
||||
|
||||
Now paste your image hex data as generated by `oled-to-hex`.
|
||||
Reference in New Issue
Block a user