Menüausrichtung verbessert: Bei Eintritt ins Menü Vorauswahl möglichst weit
[hackover2013-badge-firmware.git] / badge / ui / menu.h
1 #ifndef INCLUDED_BADGE_UI_MENU_H
2 #define INCLUDED_BADGE_UI_MENU_H
3
4 #include <stddef.h>
5 #include <stdint.h>
6
7 uint8_t badge_menu(char const *const * menu,
8 uint8_t n,
9 uint8_t *first_visible,
10 uint8_t preselected);
11
12 void badge_scroll_text(char const *const *lines, uint8_t n);
13
14 #endif
This page took 0.043013 seconds and 5 git commands to generate.