Files
picovga-RGsB/examples/vga_pixels/src/main.h
Wayne Venables 49a948cdfc Refactor paths
2023-02-24 21:15:35 -08:00

17 lines
414 B
C

// ****************************************************************************
//
// Main code
//
// ****************************************************************************
#ifndef _MAIN_H
#define _MAIN_H
// screen resolution
#define WIDTH 512 // screen width
#define HEIGHT 400 // screen height
#define WIDTHBYTE WIDTH // bytes per line
#endif // _MAIN_H