PatchworkOS
Loading...
Searching...
No Matches
log_screen_line_t Struct Reference

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.
 

Detailed Description

A single line in the screen buffer.

Definition at line 46 of file log_screen.h.

Field Documentation

◆ length

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().

◆ pixels

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().


The documentation for this struct was generated from the following file: