|
PatchworkOS
3984a1d
A non-POSIX operating system.
|
A single line in the screen buffer. More...
#include <screen.h>
Data Fields | |
| uint8_t | length |
| The distance from the start of the line to the end of the furthest away char, in chars. | |
| uint32_t | pixels [GLYPH_HEIGHT *SCREEN_LINE_STRIDE] |
| The pixel data for the line. | |
| uint8_t screen_line_t::length |
| uint32_t screen_line_t::pixels[GLYPH_HEIGHT *SCREEN_LINE_STRIDE] |