Library for the Princeton PT6312 Vacuum Fluorescent Display (VFD) driver.

Dependents:   mbed_PT6312

This library is documented here.

Revision:
5:be9ec73af639
Parent:
3:156c23d9652a
--- a/Font_16Seg.cpp	Fri Sep 11 19:32:17 2015 +0000
+++ b/Font_16Seg.cpp	Sun Dec 20 14:41:58 2015 +0000
@@ -1,5 +1,6 @@
 /* mbed VFD Font Library, for Princeton PT6312 VFD controller as used in Philips DVP630
  * Copyright (c) 2015, v01: WH, Initial version
+ *               2015, v02: WH, Test DVP630
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
@@ -21,6 +22,9 @@
  */
 #include "Font_16Seg.h"
 
+// Select one of the testboards for Princeton PT6312 VFD controller
+#if (DVP630_TEST == 1)
+
 // ASCII Font definition table for transmission to PT6312
 //
 //#define FONT_16S_START     0x20
@@ -135,4 +139,5 @@
                           UDC_WHEEL5,
                           UDC_WHEEL6,
                           UDC_WHEEL7 };
-  
\ No newline at end of file
+
+#endif  
\ No newline at end of file