Chameleon-PIC Nurve Networks, Chameleon-PIC Datasheet - Page 216

MCU, MPU & DSP Development Tools PIC24 & PROPELLER DEV SYSTEM (SBC)

Chameleon-PIC

Manufacturer Part Number
Chameleon-PIC
Description
MCU, MPU & DSP Development Tools PIC24 & PROPELLER DEV SYSTEM (SBC)
Manufacturer
Nurve Networks
Datasheet

Specifications of Chameleon-PIC

Processor To Be Evaluated
PIC24
Data Bus Width
16 bit
Interface Type
USB, VGA, PS/2, I2C, ISP, SPI
Operating Supply Voltage
3.3 V, 5 V
Lead Free Status / RoHS Status
Lead free / RoHS Compliant
while(1)
} // end main
The demo simply uses the same basic commands, but send them to both the NTSC and VGA monitors.
Summary
This demo shows how easy it is to get both NTSC and VGA terminal like text output going on the Chameleon.
28.1.6 VGA Star Field Demo
The default2 VGA driver isn’t as impressive as the NTSC driver. In fact, it’s pretty boring. It’s good for displaying text and
acting as a terminal output, but that’s about it. However, with a little ingenuity we can make it do some cool things! This
little demo, draw stars on the VGA screen on the last display line, this causes the screen to scroll and presto – animated
star field! Then on top of the star field a little character based ship is drawn. Figure 28.6 shows the demo in action.
Compiling and Running the MPLAB/TextPad Bootloader Version
Demo Version Description:
Main Source File:
Additional Files Required:
General Requirements:
Controls Required:
{
// print on NTSC terminal screen
NTSC_Color(0);
NTSC_Term_Print("Hello World!
// print on VGA terminal screen
VGA_Color(0);
VGA_Term_Print("Hello World!
// slow things down a bit, so we can read the text!
DELAY_MS(10);
} // end while
CHAM_PIC_SYSTEM_V010.c|h
CHAM_PIC_I2C_SPI_DRV_V010.c|h
CHAM_PIC_VGA_DRV_V010.c|h
Vertically scrolls a star field and draws a little ASCII character space ship.
CHAM_PIC_VGA_STARS_DEMO_01.C
VGA port connected to VGA monitor.
None.
Figure 28.6 – VGA terminal text graphics demo.
");
");
© 2009 NURVE NETWORKS LLC “Exploring the Chameleon PIC 16-Bit”
216

Related parts for Chameleon-PIC