Project

General

Profile

Revision 134

corrected dragging and flickering. now one or + pixels do not match

View differences:

graphics.h
74 74

  
75 75
int (draw_rectangle)(uint16_t x, uint16_t y,uint16_t width, uint16_t height, uint32_t color);
76 76

  
77
int (paint_screen)(uint32_t color);
78

  
79
int (clear_screen)();
80

  
77 81
#endif /* end of include guard: GRAPHICS_H_INCLUDED */

Also available in: Unified diff