Changeset 3781092 in mainline for uspace/srv/hid/fb/gfx
- Timestamp:
- 2011-09-09T18:22:33Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 40a2af3
- Parents:
- 980671e7 (diff), 5da7199 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - Location:
- uspace/srv/hid/fb/gfx
- Files:
-
- 2 moved
-
font-8x16.c (moved) (moved from uspace/srv/hid/fb/font-8x16.c ) (1 diff)
-
font-8x16.h (moved) (moved from uspace/srv/hid/fb/font-8x16.h ) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/fb/gfx/font-8x16.c
r980671e7 r3781092 43 43 * glyph in the font or returns an index to the question 44 44 * mark glyph if no specific glyph exists. 45 * 45 46 */ 46 47 uint16_t fb_font_glyph(const wchar_t ch) -
uspace/srv/hid/fb/gfx/font-8x16.h
r980671e7 r3781092 36 36 #define FONT_8X16_H_ 37 37 38 #include <sys/types.h> 39 38 40 #define FONT_GLYPHS 2899 39 41 #define FONT_WIDTH 8 40 42 #define FONT_SCANLINES 16 41 43 42 #include <sys/types.h> 43 44 extern uint16_t fb_font_glyph(const wchar_t ch); 44 extern uint16_t fb_font_glyph(const wchar_t); 45 45 extern uint8_t fb_font[FONT_GLYPHS][FONT_SCANLINES]; 46 46
Note:
See TracChangeset
for help on using the changeset viewer.
