1
0
Go to file
Jens True 88c5b732d2
All checks were successful
continuous-integration/drone/push Build is passing
Suppress unusedFunction warnings from cppcheck
2021-11-10 11:02:35 +00:00
.vscode Modernizing code. Bit more OO design than previously. 2021-10-28 11:50:57 +00:00
include Fix warnings 2021-11-10 10:19:03 +00:00
lib Fix warnings 2021-11-10 10:19:03 +00:00
src Suppress unusedFunction warnings from cppcheck 2021-11-10 11:02:35 +00:00
test Initial import 2019-01-10 16:42:29 +01:00
.drone.yml Fix warnings 2021-11-10 10:19:03 +00:00
.gitignore Doxygen code comments included 2021-10-28 14:44:20 +00:00
Doxyfile Fix warnings 2021-11-10 10:19:03 +00:00
platformio.ini Streamline to other arduino projects, upgrade ArduinoJson 2019-09-04 13:00:53 +02:00
README.md Markdown format 2021-11-01 09:56:56 +00:00

MAX7456JSON

MAX7456JSON is an Arduino project for generating TUI interfaces on weird old school devices.

Build

Use PlatFormIO PlatformIO to build the project.

pip install platformio
git clone https://code.jcktrue.dk/jct/MAX7456JSON
pio run -t upload

Usage

Send JSON commands over the serial port

{"command":"write","x":1,"y":2,"text":"testing"}

Documentation

Low level API documentation is auto generated and pushed to API docs

Download

Ready made firmware images can be downloaded as HEX files.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT