mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-13 18:48:35 -07:00
Merge branch 'dev' of https://github.com/flipperdevices/flipperzero-firmware into mntm-dev
This commit is contained in:
@@ -4,11 +4,11 @@
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
#include "icon.h"
|
||||
#include <stdint.h>
|
||||
|
||||
struct Icon {
|
||||
const uint8_t width;
|
||||
const uint8_t height;
|
||||
const uint16_t width;
|
||||
const uint16_t height;
|
||||
const uint8_t frame_count;
|
||||
const uint8_t frame_rate;
|
||||
const uint8_t* const* frames;
|
||||
|
||||
Reference in New Issue
Block a user