aboutsummaryrefslogtreecommitdiffstats
path: root/drv_D4D.c
diff options
context:
space:
mode:
authormichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2008-09-03 03:26:29 +0000
committermichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2008-09-03 03:26:29 +0000
commit1285008c5f75c28d6304ba984c432992c450ba3a (patch)
tree6c8bbdd568a51502a41c8ba90a366c5ad122d7dc /drv_D4D.c
parent02b0138a4213eff843990f96531cf31918d6dfe2 (diff)
downloadlcd4linux-1285008c5f75c28d6304ba984c432992c450ba3a.tar.gz
indent
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@891 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'drv_D4D.c')
-rwxr-xr-xdrv_D4D.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/drv_D4D.c b/drv_D4D.c
index 47a2b02..c788352 100755
--- a/drv_D4D.c
+++ b/drv_D4D.c
@@ -227,9 +227,9 @@ static void drv_D4D_write(const int row, const int col, const char *data, int le
for (i = 0; i < len; i++) {
cmd_sd[2] = (col + i) * XRES;
sec = SECTOR + (unsigned char) data[i] * SECTOR_SIZE;
- cmd_sd[ 9] = address_hi (sec);
+ cmd_sd[9] = address_hi(sec);
cmd_sd[10] = address_mid(sec);
- cmd_sd[11] = address_lo (sec);
+ cmd_sd[11] = address_lo(sec);
drv_D4D_send_extra(cmd_sd, sizeof(cmd_sd), 3, 6);
}
}
@@ -300,7 +300,7 @@ static void drv_D4D_blit(const int row, const int col, const int height, const i
colorArray[0] = lsb(color);
drv_D4D_send_nowait(colorArray, 1);
}
- /* drv_D4D_send_nowait(colorArray, MODE/8); */
+ /* drv_D4D_send_nowait(colorArray, MODE/8); */
}
}
drv_D4D_receive_ACK();
@@ -376,7 +376,7 @@ static int drv_D4D_start(const char *section)
case 0x96:
res[i] = 96;
break;
- case 0x24: /* undocumented? */
+ case 0x24: /* undocumented? */
res[i] = 240;
break;
default: