prefect
Home Engineering Publications
DACS: Alphanumeric LCD Driver Header, stdlcd.h
 
  next up previous contents
Next: Alphanumeric LCD Driver Code, Up: Firmware Library, dacslib Previous: Pbus Defines Template, pbusdefn-template.h   Contents

Alphanumeric LCD Driver Header, stdlcd.h

This header provides the function prototypes for the standard LCD driver.
/*****************************************************************************
 * DACS : Distributed Audio Control System
 *============================================================================
 *         File: stdlcd.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
 *****************************************************************************
 * Source code control:
 *
 * $Id: stdlcd.h,v 1.1 1997/07/23 22:33:23 prefect Exp prefect $
 *
 *****************************************************************************/

#ifndef _stdlcd
#define _stdlcd

void stdlcd_writecmd (unsigned char idx, unsigned char d);
void stdlcd_writechar (unsigned char idx, unsigned char d);
void stdlcd_out (unsigned char idx, char *s);
void stdlcd_init (unsigned char idx, int *s);
void stdlcd_clrhome (unsigned char idx);
void stdlcd_goto (unsigned char idx, unsigned char pos);
void stdlcd_bar (unsigned char idx, unsigned char pos, unsigned char part,
                 unsigned char total);
#endif


Steve Richardson 2000-07-06
Table of Contents

[PDF] [Whole document in PDF 1.9MB]

[more photos and information]

 
Page last modified:
Copyright © 1993-2000 prefect - All Rights Reserved.