Login
1 branch 0 tags
Ben (Desktop/Arch) Minor optimizations/cleanup 6c7b6a9 1 month ago 38 Commits
moon / firmware / src / topbar.h
#pragma once

#define TOPBAR_H 18
#define TOPBAR_ICON_SCALE 208 // 256 = 100%

void topbar_create(void);
void topbar_set_title(const char *title);
void topbar_update(void);