|
PatchworkOS
|
A single line in the screen buffer. More...
#include <log_screen.h>
Data Fields | |
| uint64_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. | |
A single line in the screen buffer.
Definition at line 46 of file log_screen.h.
| uint64_t log_screen_line_t::length |
The distance from the start of the line to the end of the furthest away char, in chars.
Definition at line 48 of file log_screen.h.
Referenced by log_screen_clear(), log_screen_put(), and log_screen_scroll().
| uint32_t log_screen_line_t::pixels[GLYPH_HEIGHT *SCREEN_LINE_STRIDE] |
The pixel data for the line.
Definition at line 49 of file log_screen.h.
Referenced by log_screen_clear(), log_screen_flush(), log_screen_put(), and log_screen_scroll().