summaryrefslogtreecommitdiff
path: root/firmware/drivers/lcd-bitmap-common.c
AgeCommit message (Expand)Author
2010-05-21avoid overflow in puts_scroll().Teruaki Kawashima
2010-05-06Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz
2010-02-16* surround member only used by charcells with #ifdef HAVE_LCD_CHARCELLS in st...Teruaki Kawashima
2010-02-08revert r24478 and make the backdrop behaviour the same as it used to be (so w...Jonathan Gordon
2010-02-03fix a bug where the backdrop from the sbs is displayed on scrolling lines in ...Jonathan Gordon
2010-01-09draw selection bar even if str is empty string (e.g. in text_editor plugin).Teruaki Kawashima
2010-01-09Fix FS#10893.Teruaki Kawashima
2009-11-28Diacritic display enhancementsTomer Shalev
2009-11-26Fix diacritic and save some bin sizeTomer Shalev
2009-11-24Limit character width to 255 pixelsFrank Gevaerts
2009-11-24make lcd_bitmap_char more space efficient. This doesn't seem to impact text d...Frank Gevaerts
2009-11-24FS#10720 - Support for displaying diacritic charactersTomer Shalev
2009-11-22lcd-bitmap-common.c: Change calculation of the horizontal position in lcd_put...Teruaki Kawashima
2009-10-20Use strlcpy instead of a memset&strcpy combo. Guarantees \0-terminaltion and ...Thomas Martitz
2009-10-19Fix a scrolling bug with centered drawing and too long lines.Thomas Martitz
2009-10-17Revise r23225 a bit, removing the debug_printf function and implementing more...Nils Wallménius
2009-10-12Fix FS#10670 - The first letter of a scrolling line starts to appear at the endTomer Shalev
2009-10-12LCD scrolling - reduce one 'if' nesting levelTomer Shalev
2009-10-12LCD scrolling - fix a typoTomer Shalev
2009-10-11Revert r23021, since it broke non-RTL scrolling. RTL scrolling still needs fi...Tomer Shalev
2009-10-11RTL: Cosmetic changes, no functional change - Rename constantsTomer Shalev
2009-10-11Add a center flag, next to the rtl flag, for viewports. That results in any t...Thomas Martitz
2009-10-09Fix a bug in a bidirectional text scrolling; s->offset doesn't need to be set...Mohamed Tarek
2009-10-09Handle text scrolling in RTL.Mohamed Tarek
2009-10-06Moved RTL handling in lcd driver deeper, from puts_style_offset() to putsxyofs()Tomer Shalev
2009-10-06Use macro to test viewport's RTL flagTomer Shalev
2009-10-05Implement RTL as a viewport's bit-fieldTomer Shalev
2009-10-05Fix red - bootloaders don't link language supportTomer Shalev
2009-10-05RTL support in menusTomer Shalev
2009-08-13LCD bitmap driver code consolidation from FS#4817:Andrew Mahone