Next: High-Level Software Design
 Up: Mixer Unit
 Previous: Pbus Driver Defines, pbusdefn.h
     Contents 
 
 
The following header defines specifics for the alphanumeric LCD on the
mixer unit.
/*****************************************************************************
 * DACS : Distributed Audio Control System
 *============================================================================
 *         File: lcddefn.h
 *       Author: Stephen S. Richardson
 * Date Created: 04.14.97
 *  Environment: ICC11 v4.0, 68HC11 target
 *        Build: library, not standalone
 *============================================================================
 * The code, executables, documentation, firmware images, and all related
 * material of DACS are  
 * Copyright (C) 1997 Stephen S. Richardson - ALL RIGHTS RESERVED
 *****************************************************************************/
#ifndef _lcddefn
#define _lcddefn
#define STDLCD_CMD    *(unsigned char *)(0xB5F0) /* command port of LCD (base) */
#define STDLCD_DATA   *(unsigned char *)(0xB5F1) /* data port of LCD (base) */
#define STDLCD_OFFSET  0x02      /* multiplier for multiple LCDs */
#define HITACHI40x2  0
#define HITACHI40x2_INIT {0x3C,0x0C,0x06,0x01,-1}
#endif
  
Steve Richardson
2000-07-06
 |