index : pico-watch | ||
An 128×64 OLED watch based on Raspberry Pi Pico. | ConfuSomu |
summaryrefslogtreecommitdiffstats |
#ifndef UI_SUMMARY_H
#define UI_SUMMARY_H
extern void cgit_print_summary(void);
extern void cgit_print_repo_readme(char *path);
#endif /* UI_SUMMARY_H */