21 lines
471 B
Markdown
21 lines
471 B
Markdown
# RC2014 - Quazar OLED board
|
|
|
|
This project provides MACRO-80 assembler code for `oled` program for CP/M 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`.
|
|
|
|
You can also specify path to `OBM` file to load it from disk.
|