Files
rc2014-oled/README.md
2025-10-27 19:51:57 +00:00

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.