This website requires JavaScript.
Explore
Help
Sign In
avr
/
avr_demo
Watch
1
Star
0
Fork
0
You've already forked avr_demo
mirror of
synced
2024-11-22 09:14:24 +01:00
Code
Releases
Activity
fdf5f06cd8
avr_demo
/
4x4_matrix_part_1
/
main.h
4 lines
92 B
C
Raw
Normal View
History
Unescape
Escape
LED matrix and persistence of vision.
2011-11-03 20:24:12 +01:00
static
void
init
(
void
)
;
Fix draw() function to actually draw whole bitmap.
2011-11-04 00:20:23 +01:00
void
draw
(
uint8_t
buffer
[
4
]
[
4
]
,
uint8_t
delay
)
;
uint8_t
main
(
void
)
;
Copy Permalink