1
0
mirror of git://projects.qi-hardware.com/ben-blinkenlights.git synced 2025-04-21 12:27:27 +03:00

ubb-vga2: added test image generator (option -t)

- tstimg.c: test image generator
- Makefile (OBJS): added tstimg.o
- Makefile (LDFLAGS): tstimg.c needs libm
- ubb-vga2.c (session, main): pass image generator as a function pointer
- ubb-vga2.c (main): new option -t to select the test image generator
This commit is contained in:
Werner Almesberger
2011-04-27 23:31:39 -03:00
parent 8643e457fa
commit 19f43a77c9
4 changed files with 347 additions and 6 deletions

View File

@@ -30,4 +30,6 @@ extern uint8_t thres;
void grabfb(void *f, int xres, int yres);
void tstimg(void *f, int xres, int yres);
#endif /* !UBB_VGA_H */