Skip to content

mergmann/hhk3-systemui

Repository files navigation

ClassPad System UI for Hollyhock 3

About

This is an early test for accessing the Peg components in Hollyhock 3.

All addresses are currently hardcoded and will only work on OS 7002!

How to Setup

  1. Clone to project
  2. Enter the devcontainer
  3. make compile_commands.json or use the vscode task
  4. Restart clangd (eg. via CRTL+SHIFT+P in vscode)

How to build

# Build for OS 2000
make OS=2000

# Build for OS 7002
make OS=7002

Or execute the default vscode build task with CRTL+SHIFT+B

How to run

Copy dist/CPapp.hh3 to the root of the calculator when connected in usb storage mode and then select and run from the launcher.

How to change the file name (recommended)

Open the Makefile and adjust this line to what you want:

APP_ELF := $(OUTDIR)/<your_file_name>.elf

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors