Rev 736 | Rev 738 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 736 | Rev 737 | ||
---|---|---|---|
Line 190... | Line 190... | ||
190 | 190 | ||
191 | // clear prevoius _cursor_ |
191 | // clear prevoius _cursor_ |
192 | //write_char_xy(3, line + ((chosen + 11) % 12), 0x00); |
192 | //write_char_xy(3, line + ((chosen + 11) % 12), 0x00); |
193 | for (uint8_t x = 2; x < 28; x++) { |
193 | for (uint8_t x = 2; x < 28; x++) { |
194 | write_char_att_xy(x, line + ((chosen + 11) % 12), 0); |
194 | write_char_att_xy(x, line + ((chosen + 11) % 12), 0); |
195 | write_char_att_xy(x, line + chosen, BLACKBG); |
195 | write_char_att_xy(x, line + chosen, BLACKBG | INVERT); |
196 | }; |
196 | }; |
197 | // draw current _cursor_ |
197 | // draw current _cursor_ |