|
Next: Graphics LCD Driver Code,
Up: Control Board
Previous: Interrupt Vector Table, boardvect.c
  Contents
This header contains the function prototypes for the Toshiba dot
matrix LCD driver code.
/*****************************************************************************
* DACS : Distributed Audio Control System
*============================================================================
* File: gfxlcd.h
* Author: Stephen S. Richardson
* Date Created: 04.14.97
* Environment: ICC11 v3.6, 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 _gfxlcd
#define _gfxlcd
void gfxlcd_writecmd (unsigned char d);
void gfxlcd_writedata (unsigned char d);
void gfxlcd_cleartext (void);
void gfxlcd_textxy (unsigned char x, unsigned char y);
void gfxlcd_textout (char *s);
void gfxlcd_init (void);
void gfxlcd_btmbar (unsigned char pos, unsigned char height);
#endif
Steve Richardson
2000-07-06
|
Table of Contents
[Whole document in PDF 1.9MB]
[more photos and information]
|