summaryrefslogtreecommitdiff
path: root/uisimulator/common
diff options
context:
space:
mode:
Diffstat (limited to 'uisimulator/common')
-rw-r--r--uisimulator/common/stubs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/uisimulator/common/stubs.c b/uisimulator/common/stubs.c
index abdec40e02..6ff64b8fca 100644
--- a/uisimulator/common/stubs.c
+++ b/uisimulator/common/stubs.c
@@ -124,7 +124,7 @@ void lcd_define_pattern(int which, char *pattern, int length)
124 for (j = 0; j <= 5; j++) { 124 for (j = 0; j <= 5; j++) {
125 for (i = 0; i < length; i++) { 125 for (i = 0; i < length; i++) {
126 if ((pattern[i])&(1<<(j))) 126 if ((pattern[i])&(1<<(j)))
127 icon[j] |= (1<<(i)); 127 icon[5-j] |= (1<<(i));
128 } 128 }
129 } 129 }
130 for (i = 0; i <= 5; i++) 130 for (i = 0; i <= 5; i++)