Skip to content

Commit 30b2780

Browse files
author
Max Roberg
committed
Complete module listing now
Added 735 and 835
1 parent add85c6 commit 30b2780

1 file changed

Lines changed: 10 additions & 3 deletions

File tree

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,22 @@
11
#cfa_linux_examples
22

3-
Crystalfontz CFA-631, CFA-632, CFA-633, CFA-634, & CFA-635 packet based
4-
communications test/example program for GNU/Linux(*).
3+
Linux-compatible(*) command-line example programs with C source code. Supports Crystalfontz Intelligent LCD Modules using USB and serial interface including CFA533, CFA631, CFA632, CFA633, CFA634, CFA635.
4+
5+
CFA735 and CFA835 can be demonstrated using the CFA635 example.
6+
57

68
#Basic Installation
79

8-
These are generic installation instructions: (Note that gcc v3.0 or later, make and their supporting libraries are required for this utility to work.)
10+
These are generic installation instructions: (Note that gcc v3.0 or later, make and their supporting libraries are required for this utility to work.)
911

12+
#Extracting the bundle
1013
* Extract the files contained within the cfa_linux_examples.tar.gz archive to the desired location.
1114
* To extract the files use the command: "tar -xzvf cfa_linux_examples.tar.gz"
15+
16+
#Compiling from source
1217
* 'cd' into the created folder and use 'make' to compile and create the example binaries.
18+
19+
#Executing the programs
1320
* The example utilities run with the command line options of:
1421

1522
````

0 commit comments

Comments
 (0)