Project

General

Profile

Revision 119

generates problem

View differences:

graphics.c
133 133
    return SUCCESS;
134 134
}
135 135

  
136
int (vg_draw_rectangle)(uint16_t x, uint16_t y,uint16_t width, uint16_t height, uint32_t color)	{
136
int (draw_rectangle)(uint16_t x, uint16_t y,uint16_t width, uint16_t height, uint32_t color)	{
137 137
    int r;
138 138
    for (uint16_t i = 0; i < height; i++)
139 139
        if ((r = vg_draw_hline(x, y + i, width, color))) return r;

Also available in: Unified diff