A clock generator (Si5351) controlled by an ATmega328p.
finga
1688bb868e
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Add several symbols and a symbol table in an ascii order. Add the `print()` and `print_inverted()` functions to be able to draw strings, "black on white" as well as "white on black" onto the display. Add a `HomeScreen` which also saves the state of which selection is active. To save the screen state and also make it accessible globally use a `RefCell` contained in a `Mutex`. Also update the build dependencies. |
||
---|---|---|
board | ||
firmware | ||
.gitignore | ||
.woodpecker.yml | ||
README.md |
Clock Generator
A simple board operating another Si5351 clock generator board.
Motherboard
The board is populated by an ATmega328(p), powered by a mini USB port, a display and its backlight driver as well as a switchable rotary encoder. The board is designed to be used not only for this project, but also for similar projects where peripherals such as a display and a rotary encoder are needed. All free mcu pins are accessible via pin headers.