Files
rc2014-oled/README.md

19 lines
408 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`.