mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-06-01 04:56:29 -04:00
Added new custom splash.
- Custom splash now can be loaded from SD card.
This commit is contained in:
parent
0852bf89f0
commit
8edaa1e51e
3 changed files with 103 additions and 1 deletions
|
@ -60,6 +60,7 @@ public:
|
|||
|
||||
void draw_pixel(const ui::Point p, const ui::Color color);
|
||||
void drawBMP(const ui::Point p, const uint8_t * bitmap, const bool transparency);
|
||||
bool drawRAW(const ui::Point p, const std::string file);
|
||||
void render_line(const ui::Point p, const uint8_t count, const ui::Color* line_buffer);
|
||||
void render_box(const ui::Point p, const ui::Size s, const ui::Color* line_buffer);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue