![]() |
PropWare
3.0.0.229
C++ objects and CMake build system for Parallax Propeller
|
#include <stdint.h>#include <stdlib.h>#include <propeller.h>#include "tv.h"#include "Graphics.h"
Include dependency graph for GraphicsTest.c:Go to the source code of this file.
Functions | |
| void | Start (void) |
| void | grTest (void) |
| int | main (void) |
| static int | tvstart (int pin) |
Variables | |
| HUBDATA TV_t | gTV |
| HUBDATA volatile uint16_t | gScreen [X_TILES *Y_TILES] |
| HUBDATA volatile uint32_t | gColors [MAX_COLORS] |
| HUBDATA volatile uint32_t | gDisplay [(X_TILES *Y_TILES<< 4)+128] |
| HUBDATA volatile uint32_t | gBitmap [(X_TILES *Y_TILES<< 4)+128] |
| uint8_t | xa [LINES] |
| uint8_t | ya [LINES] |
| uint8_t | xsa [LINES] |
| uint8_t | ysa [LINES] |
| uint16_t | vecdef [] |
| uint16_t | vecdef2 [] |
| uint16_t | pixdef [] |
| uint16_t | pixdef2 [] |
| char | gstr [100] |
Graphics test application ported from Chip Gracy's GraphicsDemo.spin Copyright (c) 2009, Steve Denson See end of file for MIT license terms.
Definition in file GraphicsTest.c.
| int main | ( | void | ) |
graphics test main entry point
Definition at line 20 of file GraphicsTest.c.
| uint16_t pixdef[] |
Definition at line 95 of file GraphicsTest.c.
| uint16_t pixdef2[] |
Definition at line 110 of file GraphicsTest.c.
| uint16_t vecdef[] |
Definition at line 62 of file GraphicsTest.c.
| uint16_t vecdef2[] |
Definition at line 74 of file GraphicsTest.c.
1.8.17