Age | Commit message (Collapse) | Author |
|
Signed-off-by: Olivier Gayot <duskcoder@gmail.com>
|
|
* 38400 bauds
* 1 stop bit
* no parity check
* 8 bits words
Signed-off-by: Olivier Gayot <duskcoder@gmail.com>
|
|
when clearing a line, we used to set the second byte to 0, which means
black foreground on black background. Thus, it looked like nothing was
written anymore afterwards.
Fixed by setting the foreground to white.
Signed-off-by: Olivier Gayot <duskcoder@gmail.com>
|
|
every character to be displayed on the screen is two bytes long, not one
Signed-off-by: Olivier Gayot <duskcoder@gmail.com>
|
|
multiple issues existed (mainly about cast) have been fixed.
Signed-off-by: Olivier Gayot <duskcoder@gmail.com>
|
|
Signed-off-by: Olivier Gayot <duskcoder@gmail.com>
|