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

Dependents:   mbed_LC75711

The component page is here.

Revision:
2:cb6f2b7930c8
Parent:
1:bcf010fcacae
Child:
3:8101f714d38d
--- a/LC75711.h	Wed Sep 13 18:25:24 2017 +0000
+++ b/LC75711.h	Fri Sep 15 17:38:40 2017 +0000
@@ -3,6 +3,7 @@
  *
  * Copyright (c) 2017, v01: WH, Initial version
  *               2017, v02: WH, Cleaned up docs 
+ *               2017, v03: WH, Modified setBlink 
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
@@ -393,11 +394,17 @@
 
   /** Set the Blink mode
     *
-    * @param bool blink mode
-    * @param int  grids selected grids for Blinking enable/disable (default = all)
+    * @param int  grids selected grids for Blinking enable (default = all)
     * @return none    
     */
-  void setBlink(bool on, int grids = LC75711_GR_ALL);
+  void setBlink(int grids = LC75711_GR_ALL);
+
+  /** Clr the Blink mode
+    *
+    * @param int  grids selected grids for Blinking disable (default = all)
+    * @return none    
+    */
+  void clrBlink(int grids = LC75711_GR_ALL);
   
   /** Set Brightness
     *