OpenCores
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 221

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
 

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.