Project

General

Profile

Revision 120

apparently no error... and now display is much faster

View differences:

graphics.h
49 49
 */
50 50
int (set_graphics_mode)(uint16_t mode);
51 51

  
52
int (draw_hline)(uint16_t x, uint16_t y, uint16_t len, uint32_t color);
52 53

  
53
//int (draw_hline)(uint16_t x, uint16_t y, uint16_t len, uint32_t color);
54 54
int (draw_rectangle)(uint16_t x, uint16_t y,uint16_t width, uint16_t height, uint32_t color);
55 55

  
56 56
#endif /* end of include guard: GRAPHICS_H_INCLUDED */

Also available in: Unified diff