DM300024 Microchip Technology, DM300024 Datasheet - Page 87

KIT DEMO DSPICDEM 1.1

DM300024

Manufacturer Part Number
DM300024
Description
KIT DEMO DSPICDEM 1.1
Manufacturer
Microchip Technology
Type
MCUr
Datasheets

Specifications of DM300024

Contents
Board, Cable, CD, Power Supply
Silicon Manufacturer
Microchip
Core Architecture
DsPIC
Core Sub-architecture
DsPIC30F
Features
Serial Communication Channels Interface, General Purpose Prototyping Area
Silicon Core Number
DsPIC30F, DsPIC33F
Silicon Family Name
DsPIC30F6xxx, DsPIC33FJxxGPxxx
Rohs Compliant
Yes
Lead Free Status / RoHS Status
Lead free / RoHS Compliant
For Use With/related Products
dsPIC30F/33F and PIC24H
Lead Free Status / RoHS Status
Lead free / RoHS Compliant, Lead free / RoHS Compliant

Available stocks

Company
Part Number
Manufacturer
Quantity
Price
Part Number:
DM300024
Manufacturer:
MICROCHIP
Quantity:
12 000
B.8
© 2006 Microchip Technology Inc.
EXAMPLES
EXAMPLE B-1:
This example clears the display and writes “Hi” starting at row 2, column 10. Write the
following bytes to the SPI port:
0x82
0xE7, ‘H’, 10, 2
0xA8, ‘i’
EXAMPLE B-2:
This example draws a straight line from X location (1,1) to Y location (119,3). Write the
following bytes to SPI port:
0xD7, 1, 1
0xDA, 119, 31
EXAMPLE B-3:
This example draws an icon 8 pixels tall and 3 pixels wide that looks like a ‘T’ on
row = 1, column = 19. Write the following bytes to SPI port:
0xDB, 19, 1
0xBC, 0x01
0xBC, 0xFF
0xBC, 0x01
WRITE A WORD
// Clear screen
// Write ‘H’ to column 10, row 2, then increment the column
// Write ‘i’ at column 11, row 2 then increment the column
DRAW A STRAIGHT LINE
// Set Pixel cursor to X=1, Y=1
// Draw line to X=119, Y=31
DRAW AN ICON
// Set Column cursor to X=19, Row = 1
// Write pixel at top of display at column 19, increment column
// Write vertical line at column 20, increment column
// Write pixel at top of display at column 21, increment column
LCD Controller Specification
DS70099D-page 83

Related parts for DM300024