nanonixos
Check-in [f7ce07d239]
Not logged in

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
SHA1 Hash:f7ce07d239ae0349c414a197afb058db03de6a99
Date: 2012-01-07 12:03:27
User: viric
Comment:Subscribe the fbterm patch.
Tags And Properties
Changes
hide diffs side-by-side diffs patch

Changes to fbterm-1.5-benlcd.patch

1 +Patch to get the fbterm 1.5 display somewhat better the gliphs on the Ben LCD. 2 + 3 +Author: LluĂ­s Batlle i Rossell 4 + 1 5 diff --git a/src/screen.cpp b/src/screen.cpp 2 6 index 08a8e89..115d946 100644 3 7 --- a/src/screen.cpp 4 8 +++ b/src/screen.cpp 5 9 @@ -469,7 +469,8 @@ void Screen::drawGlyph(u32 x, u32 y, u8 fc, u8 bc, u16 code, bool dw, bool clip) 6 10 u8 *pm = pixmap + (rects[num].sy - y) * glyph->pitch + (rects[num].sx - x); 7 11