initial commit

This commit is contained in:
2025-10-20 20:08:01 +01:00
commit 73f22f5fce
8 changed files with 274 additions and 0 deletions

18
README.md Normal file
View 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`.