#include "head_oled_i2c.h" void setup() { initialization(); Fill(255); update(); Fill(0); DrawCircle(50, 30, 20, 1, 0); update(); } void loop() { }