From 8f9e1a5296018e0729343eea686970bfc917c699 Mon Sep 17 00:00:00 2001 From: reinelt <> Date: Sat, 22 May 2004 04:23:49 +0000 Subject: [lcd4linux @ 2004-05-22 04:23:49 by reinelt] removed 16*x fix again (next time think before commit :-) --- drv_HD44780.c | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/drv_HD44780.c b/drv_HD44780.c index 7f47915..e3b302e 100644 --- a/drv_HD44780.c +++ b/drv_HD44780.c @@ -1,4 +1,4 @@ -/* $Id: drv_HD44780.c,v 1.19 2004/05/22 04:21:02 reinelt Exp $ +/* $Id: drv_HD44780.c,v 1.20 2004/05/22 04:23:49 reinelt Exp $ * * new style driver for HD44780-based displays * @@ -29,6 +29,10 @@ * * * $Log: drv_HD44780.c,v $ + * Revision 1.20 2004/05/22 04:23:49 reinelt + * + * removed 16*x fix again (next time think before commit :-) + * * Revision 1.19 2004/05/22 04:21:02 reinelt * * fix for display RAM layout on 16x4 displays (thanks to toxicated101) @@ -488,8 +492,8 @@ static void drv_HD_goto (int row, int col) // the HD66712 doesn't have a braindamadged RAM layout pos = row*32 + col; } else { - // 16*x Displays use a slightly different layout - if (DCOLS==16) { + // 16x4 Displays use a slightly different layout + if (DCOLS==16 && DROWS==4) { pos = (row%2)*64+(row/2)*16+col; } else { pos = (row%2)*64+(row/2)*20+col; -- cgit v1.2.3 isdb-t/br-pr-Guaira?follow=1'>logtreecommitdiffstats
path: root/isdb-t/br-pr-Guaira (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-12Makefile: fix dvbv3/dvbv5 outputMauro Carvalho Chehab1-3/+4
2019-08-12Improve Makefile to avoid "Argument list too long" errorJames Le Cuirot1-6/+10
2019-03-25UPC Czech Republic: added mux 538 MHz with 256 QAMJosef Schlehofer1-5/+13
2019-03-25UPC Czech Republic: added more muxes and change QAM/256 on 626 MHzJosef Schlehofer1-3/+19
2019-03-25Update Astra-19.2ECvH1-4/+5
2019-03-14Intelsat-907-27.5W: update from current LyngSat dataMauro Carvalho Chehab1-24/+197
2019-03-14Intelsat-905-24.5W: update from current LyngSat dataMauro Carvalho Chehab1-18/+711
2019-03-14Add missing satellitesMauro Carvalho Chehab219-2/+61017