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

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
unsigned int dest_ptr;
dest_ptr = GFX_Get_Dest_Ptr();
_________________________________________________________________________________________________
Function Prototype:
Description:
Example(s):
GFX_Set_Src_Ptr( GFX_Get_Src_Ptr() + 4);
_________________________________________________________________________________________________
Function Prototype:
Description:
Example(s):
GFX_Set_Dest_Ptr( GFX_Get_Dest_Ptr() + 4);
_________________________________________________________________________________________________
Function Prototype:
Description:
Example(s):
int tilemap_width = GFX_Get_Tilemap_Width();
_________________________________________________________________________________________________
unsigned int GFX_Set_Src_Ptr(unsigned int src_ptr);
unsigned int GFX_Set_Dest_Ptr(unsigned int dest_ptr);
int GFX_Get_Tilemap_Width(void);
Read the source pointer and add 4 to it and write it back.
Read the destination pointer and add 4 to it and write it back.
Read the tilemap width and store it.
GFX_Set_Src_Ptr(…) sets the 16-bit source pointer for tile GPU fill and memory operations. This is an
absolute address in Propeller RAM memory. Returns 1.
GFX_Set_Dest_Ptr(…) sets the 16-bit destination pointer for tile GPU fill and memory operations. This is
an absolute address in Propeller RAM memory. Returns 1.
GFX_Get_Tilemap_Width() retrieves the 8-bit the tile map width encoded as 0,1,2,3 which means (32,
64, 128, 256) tiles.
© 2009 NURVE NETWORKS LLC “Exploring the Chameleon PIC 16-Bit”
193

Related parts for Chameleon-PIC