mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2026-09-04 22:09:03 +00:00
splash fix and draw bmp fuc logic wrong (#2376)
* revert * rename drawBMP to draw_bmp_from_bmp_hex_arr * rename drawBMP2 * add comments * rename BMPView class in child of nav into SplashView * rename SplashView class in child of nav into SplashScreeView * fix draw from wrong line * comment * comment * comment
This commit is contained in:
committed by
GitHub
parent
131523d726
commit
e88e0b5f8f
@@ -332,9 +332,9 @@ class InformationView : public View {
|
||||
{86, 0, 19 * 8, 16}};
|
||||
};
|
||||
|
||||
class BMPView : public View {
|
||||
class SplashScreenView : public View {
|
||||
public:
|
||||
BMPView(NavigationView& nav);
|
||||
SplashScreenView(NavigationView& nav);
|
||||
void paint(Painter&) override;
|
||||
void focus() override;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user