You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
293 B
C

#pragma once
const uint8_t complete_hsv[3] = {HSV_TEAL};
const uint8_t current_hsv[3] = {HSV_GOLDENROD};
const uint8_t hidden_hsv[3] = C_MODI;
const uint8_t blank_hsv[3] = {0, 0, 0};
void tick_pom(void);
void new_pom(void);
void cancel_pom(void);
void delete_pom(void);
void show_pom(void);