test.cpp
changeset 11 11a0e8a2346e
parent 10 4c3d32f38c09
     1.1 --- a/test.cpp	Wed May 21 22:43:19 2014 +0200
     1.2 +++ b/test.cpp	Wed May 21 22:55:14 2014 +0200
     1.3 @@ -196,6 +196,11 @@
     1.4  
     1.5  	onRescan(NULL, 0, NULL);
     1.6  
     1.7 +	//Just testing our new VFD class
     1.8 +	iVfd01.Open();
     1.9 +	iVfd01.SetAllPixels(true);
    1.10 +	iVfd01.Close();
    1.11 +
    1.12  
    1.13  #ifdef __APPLE__
    1.14  	init_apple_message_system();