mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-12-19 01:03:22 +00:00
8 lines
155 B
C
8 lines
155 B
C
|
#include <furi.h>
|
||
|
#include <furi_hal.h>
|
||
|
#include <gui/gui.h>
|
||
|
#include <i2ctools_icons.h>
|
||
|
|
||
|
#define INFOS_TEXT "INFOS"
|
||
|
|
||
|
void draw_infos_view(Canvas* canvas);
|