A clock generator (Si5351) controlled by an ATmega328p.
Go to file
finga 7f7d7b628a Interact with the display
Enable the SPI bus to configure the display and program its ram. For
that the fastest available SPI clock is used. To configure the display
a minimal config is used which is not identical but similar to the
displays datasheet. The display can only be filled columnwise so far.
2021-02-27 02:26:57 +01:00
firmware/src Interact with the display 2021-02-27 02:26:57 +01:00
.gitignore Generate a PWM signal for the display 2021-02-19 15:46:36 +01:00