/************************************/
/*                                  */
/*   onHand/Ruputer Sample Program  */
/*   <<Picture Drawing>>            */
/*                                  */
/************************************/

This is an image drawing program running on.

When you compile this, an execution file of onHand/Ruputer named pic1.exf will be generated. 
(Use this by changing makefile to suit your own environment.)
Then, when you upload it to onHand/Ruputer and start it, the image data will appear.
In addition, displayed image data is moved at certain intervals, by using timer interruptions. 
Here we describe how to incorporate data of a mono map file into the source.
Use it to refer to a program wherein image data created by you is displayed. 


For details of each function, refer to <rupsysLibManu(c).txt>, <LcdbiosLibManu(c).txt>, and <wbiosLibManu(c).txt>, etc. 
In addition, for data structure of image data, refer to <FontManu.txt>. 

===============================================================================
 Copyright (c) 1998-1999.  Seiko Instruments Inc.  All rights reserved. 
===============================================================================
