This commit is contained in:
Simon Hardt
2022-03-03 19:51:30 +01:00
parent 420d4c9dc1
commit 83f1872f43

View File

@@ -21,6 +21,9 @@ int main()
frame::Vector const center = (display.getSize() / 2); frame::Vector const center = (display.getSize() / 2);
target.DrawPixel({10, 10}, frame::BLACK);
target.DrawLine({10, 12}, {100, 12}, frame::BLACK);
for(int i = 0; i < 360; i += 45) for(int i = 0; i < 360; i += 45)
{ {
auto end = center; auto end = center;