| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
The "%d" formatting truncates a floating point number - use "%.0f" to
show a rounded number.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
|
|
|
|
| |
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
|
|
|
|
|
|
|
|
| |
Separate out the hd44780 screen drawing from the st7920 code. Use a
layout that takes advantage of the 20 columns. Add custom hd44780
fonts.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
|
|
|
|
|
|
|
| |
Choose the arrow character based on whether the display is ST7920 or
HD44780.
Signed-off-by: Marcio Teixeira <marcio@alephobjects.com>
|
|
Add support for displaying basic status information on ST7920 and
HD44780 based LCDs that are attached directly to a micro-controller.
Signed-off-by: Marcio Teixeira <marcio@alephobjects.com>
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
|