bitmap_bg namespace
#include <bn_bitmap_bg.h>
Bitmap background related functions.
Functions
- auto palette_width() -> int constexpr
- Returns the width of palette bitmap backgrounds in pixels (240).
- auto palette_height() -> int constexpr
- Returns the height of palette bitmap backgrounds in pixels (160).
- auto palette_size() -> size constexpr
- Returns the size of palette bitmap backgrounds in pixels (240x160).
- auto sp_direct_width() -> int constexpr
- Returns the width of single page direct bitmap backgrounds in pixels (240).
- auto sp_direct_height() -> int constexpr
- Returns the height of single page direct bitmap backgrounds in pixels (160).
- auto sp_direct_size() -> size constexpr
- Returns the size of single page direct bitmap backgrounds in pixels (240x160).
- auto dp_direct_width() -> int constexpr
- Returns the width of dual page direct bitmap backgrounds in pixels (160).
- auto dp_direct_height() -> int constexpr
- Returns the height of dual page direct bitmap backgrounds in pixels (128).
- auto dp_direct_size() -> size constexpr
- Returns the size of dual page direct bitmap backgrounds in pixels (160x128).