OpenCores
URL https://opencores.org/ocsvn/z80control/z80control/trunk

Subversion Repositories z80control

[/] [z80control/] [trunk/] [CII_Starter_USB_API_v1/] [SW/] [RS232_Command.h] - Blame information for rev 12

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 12 tylerapohl
//////////////////      Command Action  /////////////////////
2
#define SETUP           0x61;
3
#define ERASE           0x72;
4
#define WRITE           0x83;
5
#define READ            0x94;
6
#define LCD_DAT         0x83;
7
#define LCD_CMD         0x94;
8
//////////////////      Command Target  /////////////////////
9
#define LED                     0xF0;
10
#define SEG7               0xE1;
11
#define PS2                     0xD2;
12
#define FLASH           0xC3;
13
#define SDRAM           0xB4;
14
#define SRAM               0xA5;
15
#define LCD             0x96;
16
#define  VGA         0x87;
17
#define SDRSEL          0x1F;
18
#define FLSEL           0x2E;
19
#define EXTIO           0x3D;
20
#define SET_REG            0x4C;
21
#define  SRSEL       0x5B;
22
//////////////////      Command Mode    /////////////////////
23
#define OUTSEL          0x33;
24
#define NORMAL      0xAA;
25
#define  DISPLAY     0xCC;
26
#define BURST       0xFF;
27
 
28
 
29
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.