Module vga::writers[][src]

Expand description

Writers for common vga modes.

Structs

Graphics320x200x256

A basic interface for interacting with vga graphics mode 320x200x256.

Graphics320x240x256

A basic interface for interacting with vga graphics mode 320x200x256.

Graphics640x480x16

A basic interface for interacting with vga graphics mode 640x480x16

ScreenCharacter

Represents a ScreenCharacter in vga text modes.

Text40x25

A basic interface for interacting with vga text mode 40x25

Text40x50

A basic interface for interacting with vga text mode 40x50

Text80x25

A basic interface for interacting with vga text mode 80x25

Traits

GraphicsWriter

A helper trait used to interact with various vga graphics modes.

Screen

A helper trait used to interact with various vga screens.

TextWriter

A helper trait used to interact with various vga text modes.