Searched refs:floating_y (Results 1 – 2 of 2) sorted by relevance
/AliOS-Things-master/solutions/eduk1_demo/k1_apps/musicbox/ |
A D | musicbox.c | 25 int floating_y[] = {-5, -4, -3, -2, -1, 0, 1, 2, 3, 4, in musicbox_cover_draw() local 29 OLED_Icon_Draw(48, 16 + floating_y[*draw_index], &icon_note_32_32, 0); in musicbox_cover_draw()
|
/AliOS-Things-master/solutions/eduk1_demo/k1_apps/greedySnake/ |
A D | greedySnake.c | 71 int floating_y[20] = {-5, -4, -3, -2, -1, 0, 1, 2, 3, 4, in greedySnake_cover_draw() local 168 OLED_Icon_Draw(36, 27 + floating_y[(*draw_index) % 20], in greedySnake_cover_draw()
|
Completed in 9 milliseconds