Hi ,
I optimized the drawcircle , the test if pixels x,y was > to 0 is now useless because it's tested in drawpixel.
The precalculed sin/cos and ABS declaration are now in VGA_t4.h , so they are accessible from everywhere if #include "VGA_t4.h" is used , and by the way , it make VGA_t4.c more...