/* _bgi_clearall (drv256) — залить весь экран цветом. */ #include "../_bgi.h" #include void _bgi_clearall(uint8_t color) { gfx_clear256(color); }