mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-09-20 13:04:38 -04:00
move default splash into sdcard (#2595)
* move bmps to sdcard * remove unrelated files * gitignore * credit * format
This commit is contained in:
parent
8a7aa9c0f8
commit
37cc35d3c6
10 changed files with 224 additions and 457 deletions
|
@ -86,13 +86,15 @@ class ILI9341 {
|
|||
const ui::Size size,
|
||||
const uint8_t* const data,
|
||||
const ui::Color foreground,
|
||||
const ui::Color background);
|
||||
const ui::Color background,
|
||||
uint8_t zoom_level = 1);
|
||||
|
||||
void draw_glyph(
|
||||
const ui::Point p,
|
||||
const ui::Glyph& glyph,
|
||||
const ui::Color foreground,
|
||||
const ui::Color background);
|
||||
const ui::Color background,
|
||||
uint8_t zoom_level = 1);
|
||||
|
||||
/*** Scrolling ***
|
||||
* Scrolling support is implemented in the ILI9341 driver. Basically a region
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue