Re-exports§
pub use crate::BitmapFlipExt;pub use crate::BitmapDrawModeExt;
Modules§
Structs§
- Bitmap
- Bitmap
Data - The data is 1 bit per pixel packed format, in MSB order; in other words, the high bit of the first byte in data is the top left pixel of the image.
- Bitmap
Ref - LCDColor
Display
Enums§
Traits§
Functions§
- copy_
frame_ buffer_ bitmap - Returns a copy the contents of the working frame buffer as a bitmap.
- debug_
bitmap - Only valid in the Simulator, returns the debug framebuffer as a bitmap.
- display_
buffer_ bitmap - Returns a bitmap containing the contents of the display buffer.
- pop_
context - Pops a context off the stack (if any are left), restoring the drawing settings from before the context was pushed.
- push_
context - Push a new drawing context for drawing into the given bitmap.
- push_
framebuffer_ to_ context - Push a new drawing context for drawing into the display framebuffer.
- set_
draw_ mode - Sets the mode used for drawing bitmaps.
- set_
stencil - Sets the stencil used for drawing.
For a tiled stencil, use
set_stencil_tiledinstead. - set_
stencil_ tiled - Sets the stencil used for drawing.