tuupola / hagl

Hardware Agnostic Graphics Library for embedded
https://www.appelsiini.net/tags/hagl/
MIT License
293 stars 47 forks source link

Add xyx and xyw hline variants #82

Closed tuupola closed 1 year ago

tuupola commented 1 year ago

hagl_draw_hline(surface, x0, y0, width, color); hagl_draw_hline_xyw(surface, x0, y0, width, color); hagl_draw_hline_xyx(surface, x0, y0, x1, color);