A clock generator (Si5351) controlled by an ATmega328p.
Go to file
finga 3b2bf1d967 Remove unnecessary memory for spash screen
When `lcd_fill(0x00)` is called before drawing the splash screen and
only a part of the image is stored as done now, some memory in the
`.bss` segment can be used for something else.
2021-03-01 16:45:03 +01:00
firmware/src Remove unnecessary memory for spash screen 2021-03-01 16:45:03 +01:00
.gitignore Generate a PWM signal for the display 2021-02-19 15:46:36 +01:00