ai added lifespans
This commit is contained in:
+7
-2
@@ -16,11 +16,16 @@ void drawImageFromMemoryByIndex(unsigned char image_index, short pos_x, short po
|
||||
void setPixel(short x, short y, uint32_t color);
|
||||
void start_server();
|
||||
void handle_server();
|
||||
void addNewTextNode(char text[TEXT_MAX_LENGTH + 1], uint32_t color, bool handle_pos_via_cursor, short pos_x, short pos_y, unsigned char scroll_slowness, bool is_scrolling, bool is_small);
|
||||
void addNewTextNode(char text[TEXT_MAX_LENGTH + 1], uint32_t color, bool handle_pos_via_cursor, short pos_x, short pos_y, unsigned char scroll_slowness, bool is_scrolling, bool is_small, short disappear_time);
|
||||
void scrollAllScrollableTexts(bool split_scroll_mode);
|
||||
void addNewMultiColor(char text[TEXT_MAX_LENGTH + 1], RGBWithIndex colors[4], unsigned char color_count, bool handle_pos_via_cursor, short pos_x, short pos_y, unsigned char scroll_slowness, bool is_scrolling, bool is_small);
|
||||
void addNewMultiColor(char text[TEXT_MAX_LENGTH + 1], RGBWithIndex colors[4], unsigned char color_count, bool handle_pos_via_cursor, short pos_x, short pos_y, unsigned char scroll_slowness, bool is_scrolling, bool is_small, short disappear_time);
|
||||
void scrollAllMultiColorTexts(bool split_scroll_mode);
|
||||
void drawCharacter(const bool (*character)[5], unsigned char height, unsigned char width, uint32_t color, Cursor (*used_cursor));
|
||||
void handleDisappearTimers();
|
||||
void handleMultiColorDisappearTimers();
|
||||
short getTextNodeY2(TextNode *node);
|
||||
short getTextNodeX2(TextNode *node);
|
||||
short getMultiColorTextNodeX2(MultiColorTextNode *node);
|
||||
|
||||
|
||||
#endif // PROTOTYPES_H
|
||||
Reference in New Issue
Block a user