Hi All,
DONE !
This is the Final copy of the Bascom source code that dumps the data from the graphic LCD (128x64 SED)
The dump can be made to the Final Version of Six1's "Screen Copy" program (as an attachment ) immediately above, or it can save the screen data to a device of your choice by changing two lines of code. The source can be changed to suit your project.
The Screen Copy program written by Six1 (above attachment), allows you to
-Send commands to a Graphic LCD by
Serial
UDP
and receive data from that device which is displayed on the "Screen Copy" program . From that point, you can
-Save the current LCD Data as a BMP.
-Load a bmp.
-Save the raw GLCD data as a Binary file.
-Load a saved Bin File.
-Change the screen color.
-Change Virtual GLCD size.
-Change button captions and the command they send when pressed.
This allows the user to grab a snapshot of a 128x64 Graphic LCD screen, and store it a File or BMP and also gives the user the ability to include screen snapshots into documents without any effort.
Both sides of the programs, PC and Bascom, have been tested and are [b:454dc75a81]assumed [/b:454dc75a81]to be bug free at this point. (no promises)
Attached is a copy of the Bascom source and a copy of the Screen Copy help file.
Regards
Dean
↧