~ruther/CTU-FEE-B0B35APO-Semestral-project

ref: 8ed90302d6980814b7338ed5dd32b56e79e5c34a CTU-FEE-B0B35APO-Semestral-project/text-viewer/include/gui_component_line.h -rw-r--r-- 333 bytes
8ed90302 — František Boháček feat: use ledstrip to show vertical scroll 4 years ago
                                                                                
1
2
3
4
5
6
7
8
#include "gui.h"

component_t gui_line_create(const display_pixel_t *color, int16_t x, int16_t y, int16_t w, int16_t h);

void gui_line_render(container_t *container, component_t *component,
                          gui_t *gui);
void gui_line_update(container_t *container, component_t *component,
                     gui_t *gui);