Sanyo LC75711 VFD controller/driver for upto 16 Dot Matrix Characters
The component page is here.
Diff: LC75711.h
- Revision:
- 2:cb6f2b7930c8
- Parent:
- 1:bcf010fcacae
- Child:
- 3:8101f714d38d
diff -r bcf010fcacae -r cb6f2b7930c8 LC75711.h
--- 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
*
LC75711 VFD Driver for upto 16 Dot Matrix Characters,