Sanyo LC75711 VFD controller/driver for upto 16 Dot Matrix Characters

Dependents:   mbed_LC75711

The component page is here.

Revision:
3:8101f714d38d
Parent:
0:5eb5fee234e8
--- a/LC75711_UDC.h	Fri Sep 15 17:38:40 2017 +0000
+++ b/LC75711_UDC.h	Sun Sep 17 13:32:22 2017 +0000
@@ -28,15 +28,24 @@
 #include "LC75711_Config.h"
 
 #if(LC75711_UDC == 1)
-// User Defined Characters (UDCs) are defined by a 7 byte bitpattern. The P0..P5 form the character pattern.
-//     P7 P6 P5 P4 P3 P2 P1 P0 
-// 0   x  x  x  0  1  1  1  0
-// 1   x  x  x  1  0  0  0  1
+// User Defined Characters (UDCs) are defined by a 7 byte bitpattern. 
+// The P0..P4 form the UDC pattern.
+//     P7 P6 P5 P4  P3  P2  P1  P0 
+// 0   x  x  x  CD4 CD3 CD2 CD1 CD1
+// 1   x  x  x  CD9 CD8 CD7 CD6 CD5
 // .       .............
-// 6   x  x  x  1  0  0  0  1
+// 6   x  x  x  C35 C34  ...    C31
 //
-// Blinking UDCs are enabled when the specific Grid blink controlbit is set.
+// The UDC matrix will show on the VFD as
+// 0   CD1  CD2  CD3  CD4  CD5
+// 1   CD6  CD7 .......    CD10
+// .      .............
+// .      .............
+// .      .............
+// 6   CD31 C32  .......   CD35
 //
+
+
 // Some sample User Defined Chars 5x7 dots */
 extern const char udc_Bat_Hi[];  // Battery Full
 extern const char udc_Bat_Ha[];  // Battery Half
@@ -47,7 +56,7 @@
 //extern const char udc_PC[];    //Padlock Closed
 
 //
-// NOTE: the patterns below still need to be flipped or the will be mirrored on the display...
+// NOTE: the bitpatterns below still need to be flipped or they will be mirrored on the display...
 //
 //extern const char udc_ae[];    //æ
 //extern const char udc_0e[];    //ø