Changes in uspace/srv/hid/output/gfx/font-8x16.h [28a5ebd:4122410] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/output/gfx/font-8x16.h
r28a5ebd r4122410 42 42 #define FONT_SCANLINES 16 43 43 44 extern uint16_t fb_font_glyph(const char32_t);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.