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