Create I2C app icon (#89)

This commit is contained in:
Ken Van Hoeylandt
2024-11-25 20:45:42 +01:00
committed by GitHub
parent 8fc653fa51
commit dfd9349e6c
4 changed files with 55 additions and 10 deletions
@@ -1,7 +1,8 @@
#include "Assets.h"
#include "Hal/I2c/I2c.h"
#include "Tactility.h"
#include "Ui/Style.h"
#include "Ui/Toolbar.h"
#include "Hal/I2c/I2c.h"
#include "lvgl.h"
namespace tt::app::settings::i2c {
@@ -87,6 +88,7 @@ static void on_show(App app, lv_obj_t* parent) {
extern const AppManifest manifest = {
.id = "I2cSettings",
.name = "I2C",
.icon = TT_ASSETS_APP_ICON_I2C_SETTINGS,
.type = AppTypeSettings,
.on_show = &on_show
};