Skip to content

Commit

Permalink
Adjust movingnum for new InspireComputer
Browse files Browse the repository at this point in the history
  • Loading branch information
eric15342335 committed Aug 23, 2024
1 parent 6935405 commit a23ca91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion movingnum/movingnum.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

#include <stdio.h>

#define LED_PINS GPIOA, 2
#define LED_PINS GPIOC, 1
#define separation 1
#define space_occupied (font_width + separation)
#define last_appear_x (horizontalButtons - space_occupied + 2)
Expand Down

0 comments on commit a23ca91

Please sign in to comment.