diff -r 4c3d32f38c09 -r 11a0e8a2346e test.cpp --- a/test.cpp Wed May 21 22:43:19 2014 +0200 +++ b/test.cpp Wed May 21 22:55:14 2014 +0200 @@ -196,6 +196,11 @@ onRescan(NULL, 0, NULL); + //Just testing our new VFD class + iVfd01.Open(); + iVfd01.SetAllPixels(true); + iVfd01.Close(); + #ifdef __APPLE__ init_apple_message_system();