#include "mini.h" void loop() { settrans(255); setcolor(0,0xff0000); const int w=scrw(); const int h=scrh(); rect(0,0,w-1,h-1,0); }