thermferm/lcd-buffer.c

changeset 484
7362ebd40f26
parent 422
13502d0dda65
child 614
389097dc665d
equal deleted inserted replaced
483:d676eaec0ee5 484:7362ebd40f26
160 if (tmp->next != NULL) 160 if (tmp->next != NULL)
161 tmp = tmp->next; 161 tmp = tmp->next;
162 else 162 else
163 tmp = my_lcd_rows; 163 tmp = my_lcd_rows;
164 } 164 }
165
166 #ifdef HAVE_WIRINGPI_H
167 // lcdPosition(lcdHandle, 0, r);
168 // lcdPuts(lcdHandle, tmp->row);
169 #endif
170 // slcdPosition(slcdHandle, 0, r);
171 // slcdPuts(slcdHandle, tmp->row);
172
173 // r++;
174 // if (r < Config.lcd_rows) {
175 // if (tmp->next != NULL)
176 // tmp = tmp->next;
177 // else
178 // tmp = my_lcd_rows;
179 #ifdef HAVE_WIRINGPI_H
180 // lcdPosition(lcdHandle, 0, r);
181 // lcdPuts(lcdHandle, tmp->row);
182 #endif
183 // slcdPosition(slcdHandle, 0, r);
184 // slcdPuts(slcdHandle, tmp->row);
185 // }
186
187 } 165 }
188 166
189 167

mercurial