Commit graph

7 commits

Author SHA1 Message Date
Håvard Flaget Aasen
375fa9cea5 Fix spelling error reported by lintian 2020-04-18 17:03:41 +02:00
andy pugh
d5a5537020 lcd.c - fix a read out of bounds bug
An off-by-one error meant that the first character from the next page was
always appended at the end of each page. And, in the case of the last page,
the contents of random memory would be displayed.
This patch also fixes some formatting issues with escaped characters,
makes the screen clear properly at initialisation and allows the decimal-
separator HAL parameter to actually work properly.

Signed-off-by: andy pugh <andy@bodgesoc.org>
2018-03-04 15:37:09 +00:00
Sebastian Kuzminsky
fec7bf9a69 fix preceede/precede/proceed typos all over 2018-01-21 14:49:12 -07:00
Sebastian Kuzminsky
4a897203bc docs: fix hyphen/minus confusion in manpages
groff treats '-' (the character you get when you hit the "minus" key on
the keyboard) as "hyphen", not as "minus".  Thus it renders incorrectly
in some locales, and line-wraps strangely.

groff treats the two-character sequence "\-" as "minus", and the
four-character sequence "\(hy" as "hyphen".

Details here: https://lists.debian.org/debian-devel/2003/03/msg01481.html

This commit replaces every instance of "-" in our manpages where the
meaning is "minus" with "\-", so it works right.

This fixes many lintian warnings.
2018-01-18 08:12:31 -07:00
Andy Pugh
24dc2a2306 Fix a bug caused by misunderstanding do_div in the lcd.comp
If no format length was specified then the formatting would break for any value with a zero in its representation.

Signed-off-by: Andy Pugh <andy@bodgesoc.org>

Fix some bugs in the lcd component

Signed-off-by: Andy Pugh <andy@bodgesoc.org>
2013-10-24 23:11:36 +01:00
Andy Pugh
e6461e123b Fix multiple formatting errors in the LCD component.
Signed-off-by: Andy Pugh <andy@bodgesoc.org>
2012-11-02 22:34:19 +00:00
Andy Pugh
25c6948852 Add a component to drive LCD screens.
Signed-off-by: Andy Pugh <andy@bodgesoc.org>
2012-10-08 22:10:33 +01:00