From 57729cf285b058d192a60bd7fce1b2d29bdd9650 Mon Sep 17 00:00:00 2001 From: andreas 'randy' weinberger Date: Fri, 23 Apr 2010 16:17:07 +0200 Subject: added additional wiring for GU256x64-372 driver (thanks to mentox, http://www.vdr-portal.de/board/thread.php?postid=895721#post895721) http://projects.vdr-developer.org/issues/show/319 --- glcddrivers/gu256x64-372.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'glcddrivers/gu256x64-372.h') diff --git a/glcddrivers/gu256x64-372.h b/glcddrivers/gu256x64-372.h index f685f7d..7d92561 100644 --- a/glcddrivers/gu256x64-372.h +++ b/glcddrivers/gu256x64-372.h @@ -48,6 +48,13 @@ class cDriverGU256X64_372 : public cDriver int CheckSetup(); + int WRHI; + int WRLO; + int RDHI; + int RDLO; + int CDHI; + int CDLO; + protected: void ClearVFDMem(); void SetPixel(int x, int y); -- cgit v1.2.3