/******************************************************************************
  VGA1.c    first test of generating VGA monitor signal with a PIC
  
  The VGA outputs are;
   RC0 - VGA Hsync (neg pulse)
   RC1 - VGA Vsync (neg pulse)
   RC5 - SPI SDO, is VGA luminance out
   RC2 - RED kill, 0v = kill
   RC6 - GREEN kill, 0v = kill
   RC7 - BLUE kill, 0v = kill

  MCU:             P18F452
  Dev.Board:       EasyPIC4
  Oscillator:      HSPLL, 40.0000 MHz
  Ext. Modules:    LCD 4x20 (was just for testing)
  SW:              mikroC v7.0

******************************************************************************/
