summaryrefslogtreecommitdiff
path: root/firmware/drivers/lcd-charset-player.c
AgeCommit message (Expand)Author
2010-01-03Final removal of tabs in firmware pathAndree Buschmann
2008-08-08Add 4 extended latin letters which are needed for Czech and Polish, and an ad...Jens Arnold
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg
2008-05-05Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creativ...Nicolas Pennequin
2007-04-21Player: Fix the dollar sign for old LCD.Jens Arnold
2007-04-05Added missing ae ligature, and fine-tuned some glyphs and replacements.Jens Arnold
2007-04-05Player: Found two more Latin extended chars on the old LCD, and mapped them.Jens Arnold
2007-04-04Replace obsolete generate_rocklatin tool with player_unifont tool.Jens Arnold
2007-04-02Player: Add 3 turkish characters which are available in hardware on the old LCD.Jens Arnold
2007-03-31Charcell lcd driver: Preparations for switching to non-immediate LCD updates,...Jens Arnold
2007-03-29Player: Save a bit of space by only using 7 bytes/char in the glyph table.Jens Arnold
2007-03-28Player: Add mappings and glyphs for extended latin A characters which exist i...Jens Arnold
2007-03-28Player: Add mapping for halfwidth katakana (newplayer only).Jens Arnold
2007-03-28Player: Add mapping and glyphs for greek. Fix and improve some cyrillic mappi...Jens Arnold
2007-03-27Fix cyrillic 'em' for new LCD.Jens Arnold
2007-03-27Player: Add mapping and glyphs for cyrillic. Fixes FS #2424.Jens Arnold
2007-03-27Make the charset more maintainable by using an enum for font indexing, fix wr...Jens Arnold
2007-03-26Forgot to add the cent sign for new LCD.Jens Arnold
2007-03-26Latin1 complements for player charset: Add soft patterns for chars which are ...Jens Arnold
2007-03-26First step of charcell LCD code rework: * Make it fully unicode aware so that...Jens Arnold