sop4618_S Arduino C++ class library

The sop4618_S C++ class extends the capabilities of the ByVac BV4618_S class.
It provides an easy to use API that makes programming the BV4618 LCD a snap. A
demo program is included with the library.

A comprehensive 'How-To' document is included in the zip archive.

The zip archive contains the following files:
	1) Arduino-How-To-BV4618_LCD.pdf	- 'How-To' document
	2) README.txt						- This document
	3) sop4618_S_docs.zip				- DoxyS HTML documentation of the class source
	4) sop4618_S_lib.zip				- Arduino sop4618_S class library
	
Step-1
	Read the 'How-To' document

Step-2
	Install the Arduino library
		1) Unzip the sop4618_S_lib.zip file. You will see a folder named sop4618_S.
		2) Start the Arduino IDE.
		3) Click on Sketch | Import Library... | Add Library... .
		4) Traverse to the folder sop4618_S, highlight it, and click Open
		5) If the library loaded correctly you should see it listed when
		   you click on Sketch | Import Library... It will be listed at the 
		   bottom of the list.

Step-3
	Wire up your ByVac BV4618 LCD to your Arduino.

Step-4
	Run the Demo program
		1) In the Arduino IDE click on File | Sketchbook | libraries | sop4618_s | sop4618_S_Demo.
		2) Click the Upload button.
		3) Enjoy the show.
		
Step-5
	Unzip the class library documentation
		1) Unzip the sop4618_S_docs.zip file.
		2) Open the folder sop4618_S_docs.
		3) Click on index.html.
		4) Your browser should open showing the source code documentation main page.
		

Comments, bug reports, enhancement requests, problems to: sopwith@ismellsmoke.net
Blog can be found at http://sopwith.ismellsmoke.net

Hack on!

Sopwith

"If it works out of the box - what fun is that?"

