URL
https://opencores.org/ocsvn/openmsp430/openmsp430/trunk
Subversion Repositories openmsp430
[/] [openmsp430/] [trunk/] [fpga/] [altera_de0_nano_soc/] [software/] [apps/] [gfx_demo/] [demo.h] - Rev 222
Go to most recent revision | Compare with Previous | Blame | View Log
#ifndef DEMO_H #define DEMO_H #include "gfx_controller.h" extern volatile unsigned char move_to_next_mode; void demo_16bpp (void); void demo_8bpp (void); void demo_4bpp (void); void demo_2bpp (void); void demo_1bpp (void); void draw_block(uint32_t addr, uint16_t width, uint16_t length, uint16_t color, uint16_t swap_configuration, uint16_t use_gpu); #endif
Go to most recent revision | Compare with Previous | Blame | View Log