mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-12-19 09:13:11 +00:00
11 lines
No EOL
227 B
C
11 lines
No EOL
227 B
C
#include <furi.h>
|
|
#include <furi_hal.h>
|
|
#include <gui/gui.h>
|
|
|
|
#include "../i2csender.h"
|
|
|
|
#define SEND_MENU_TEXT "Send"
|
|
#define SEND_MENU_X 75
|
|
#define SEND_MENU_Y 34
|
|
|
|
void draw_sender_view(Canvas* canvas, i2cSender* i2c_sender); |