move default splash into sdcard (#2595)

* move bmps to sdcard
* remove unrelated files
* gitignore
* credit
* format
This commit is contained in:
sommermorgentraum 2025-03-26 17:34:00 +08:00 committed by GitHub
parent 8a7aa9c0f8
commit 37cc35d3c6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 224 additions and 457 deletions

View file

@ -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