diff options
| author | tslil clingman <tslil@posteo.de> | 2021-01-20 21:14:10 -0500 |
|---|---|---|
| committer | tslil <tslil@posteo.de> | 2026-08-28 19:37:41 +0100 |
| commit | 36cecb722fb66d35cdbf69ebcf2aa6f49bfc082b (patch) | |
| tree | 2cf054ba8093a3be3860b284f549dc0b57e134e1 /src/train5.py | |
| parent | 55870e6acf15dc0ee92a469ea5fefb6c6a088d2a (diff) | |
Vertical line is just incremented %2, i'll have to manually buffer
charlcd.c:621
case '\n':
/*
* flush the remainder of the current line and
* go to the beginning of the next line
*/
for (; priv->addr.x < lcd->bwidth; priv->addr.x++)
lcd->ops->write_data(lcd, ' ');
priv->addr.x = 0;
priv->addr.y = (priv->addr.y + 1) % lcd->height;
charlcd_gotoxy(lcd);
break;
Diffstat (limited to 'src/train5.py')
0 files changed, 0 insertions, 0 deletions
