summaryrefslogtreecommitdiffstats
path: root/nuttx/graphics/nxfonts
AgeCommit message (Expand)AuthorFilesLines
2012-02-13Several font files were missing a newline at the endpatacongo17-23/+22
2011-12-01Add two new small, bold, sans-serif fontspatacongo8-6/+3476
2011-07-29Ooopx, the last version of nxfonts_getfont.c was still in the editorpatacongo1-4/+8
2011-07-29Add one more font; Fix ez80 serial bugpatacongo5-31/+895
2011-07-29Add more fontspatacongo11-16/+6146
2011-07-28If the requested font cannot be found, return the default fontpatacongo5-11/+29
2011-07-27Add several new fontspatacongo8-0/+3456
2011-07-26Fix for bdf-converterpatacongo1-1/+1
2011-07-24Move NX header files to include/nuttx/nxpatacongo4-6/+6
2011-07-23Add JP's BDF font conversion programpatacongo1-4/+0
2011-07-20Use a handle instead of an ID in each font lookup; this saves doing the font ...patacongo2-80/+73
2011-07-19Add support for multiple fontspatacongo4-58/+177
2011-07-19Setup environment to support multiple fontspatacongo4-23/+33
2011-07-09Fix a critical font rendering bugpatacongo1-1/+4
2011-04-19Rename i2c directories to sensorspatacongo1-4/+1
2011-04-18Add NX configuration for LPCXpressopatacongo3-4/+19
2010-05-16Fix case where stride != widthpatacongo1-8/+13
2010-05-16Fixes for rendering fonts at 4bpppatacongo1-7/+11
2009-12-17Fixes for clean NX compile/linkpatacongo2-3/+5
2009-12-15Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo4-25/+27
2009-06-25Consolidate buffer dumping; fix all occurrences of 'the the'patacongo1-1/+1
2008-12-06Allocate smaller buffers for glyphspatacongo1-16/+5
2008-12-05Clean-up and document NX configuration settingspatacongo1-3/+3
2008-12-04Remove preprocessor info from generated files so that you can use GDBpatacongo1-2/+6
2008-12-04Add font testpatacongo4-33/+140
2008-12-04Add logic for font renderingpatacongo6-198/+706
2008-12-03Bitmap font supportpatacongo3-0/+2537