Changeset 28a5ebd in mainline for kernel/genarch/include/genarch/fb/font-8x16.h
- Timestamp:
- 2020-06-18T15:39:50Z (5 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- ce52c333
- Parents:
- 4f663f3e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/genarch/include/genarch/fb/font-8x16.h
r4f663f3e r28a5ebd 42 42 #include <typedefs.h> 43 43 44 extern uint16_t fb_font_glyph(const wchar_t ch);44 extern uint16_t fb_font_glyph(const char32_t ch); 45 45 extern uint8_t fb_font[FONT_GLYPHS][FONT_SCANLINES]; 46 46
Note:
See TracChangeset
for help on using the changeset viewer.