mirror of
https://github.com/Derisis13/AT-VFD.git
synced 2025-12-06 19:32:49 +01:00
chore: refactor to allmann
This commit is contained in:
6
main.c
6
main.c
@@ -63,9 +63,11 @@ int main() {
|
||||
set_DCRAM(0, ha5kfu, DISPLAY_DIGITS);
|
||||
set_display_mode(NORMAL_MODE);
|
||||
_delay_ms(1000);
|
||||
while (1) {
|
||||
while (1)
|
||||
{
|
||||
set_DCRAM(0, blank, DISPLAY_DIGITS);
|
||||
for (int i = 0; i < DISPLAY_DIGITS; ++i) {
|
||||
for (int i = 0; i < DISPLAY_DIGITS; ++i)
|
||||
{
|
||||
if (i % 2 == 0)
|
||||
set_DCRAM(0, even_frame, i);
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user