12 namespace duds {
namespace hardware {
namespace devices {
namespace displays {
SimulatedBppDisplay()
Creates the object with an invalid display size.
void configure(unsigned int w, unsigned int h)
Initializes the object to a usable state.
Stores the dimensions of an image.
bool bottom
True after rendering a frame to denote output is at the bottom of the frame.
SimulatedBppDisplay(unsigned int w, unsigned int h)
Initializes the object to a usable state.
General graphics related code.
Writes text, expecting a typical Linux terminal, to simulate a bit-per-pixel graphic display...
Base class for bit-per-pixel graphic displays.
virtual void outputFrame(const duds::ui::graphics::BppImage *img)
Writes out only the changed portions of the image to the display, and updates the image in frmbuf to ...
void configure(const duds::ui::graphics::ImageDimensions &id)
Initializes the object to a usable state.
An image that uses a single bit to represent the state of each pixel; a black or white picture...