mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-12-18 16:53:45 +00:00
8 lines
No EOL
155 B
C
8 lines
No EOL
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); |