PatchworkOS  3984a1d
A non-POSIX operating system.
Loading...
Searching...
No Matches
screen_line_t Struct Reference

A single line in the screen buffer. More...

#include <screen.h>

Collaboration diagram for screen_line_t:

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.
 

Detailed Description

A single line in the screen buffer.

Definition at line 47 of file screen.h.

Field Documentation

◆ length

uint8_t 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 49 of file screen.h.

◆ pixels

uint32_t screen_line_t::pixels[GLYPH_HEIGHT *SCREEN_LINE_STRIDE]

The pixel data for the line.

Definition at line 50 of file screen.h.


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