Skip to content
Ethan edited this page Aug 18, 2024 · 18 revisions

Welcome to the MicroHydra wiki!

This wiki is community-editable! If you'd like to help clarify or expand its contents, just fork this repo, make your changes to /wiki, and submit a pull request :)

MicroHydra includes a built-in library, intended to help you easily make apps. Click on a module below to learn more about it.


MicroHydra
├── $font$
├── $launcher$
│       ├── $icons$
│       ├── files
│       ├── HyDE
│       ├── launcher
│       ├── settings
│       └── terminal

├── $lib$
│       ├── audio
│       ├── display
│       │       ├── palette
│       │       └── named_palette
│       │
│       ├── $hydra$
│       │       ├── beeper
│       │       ├── color
│       │       ├── config
│       │       ├── menu
│       │       └── popup
│       │
│       ├── userinput
│       ├── battlevel
│       ├── kanji
│       └── sdcard

└── main

Clone this wiki locally