projects
/
hackover2013-badge-firmware.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Cleaned up for RGB/BGR selection
[hackover2013-badge-firmware.git]
/
drivers
/
lcd
/
bitmap
/
sharpmem
/
sharpmem.c
diff --git
a/drivers/lcd/bitmap/sharpmem/sharpmem.c
b/drivers/lcd/bitmap/sharpmem/sharpmem.c
index
dd829e2
..
545e643
100644
(file)
--- a/
drivers/lcd/bitmap/sharpmem/sharpmem.c
+++ b/
drivers/lcd/bitmap/sharpmem/sharpmem.c
@@
-328,7
+328,7
@@
void sharpmemRefresh(void)
{
// Send end of line and address bytes
sharpmemSendByte(0x00);
- if (currentline < SHARPMEM_LCDHEIGHT)
+ if (currentline <
=
SHARPMEM_LCDHEIGHT)
{
sharpmemSendByte(sharpmemSwap(currentline));
}
This page took
0.026883 seconds
and
4
git commands to generate.