Add resizable to slitscan

This commit is contained in:
Roman Ljubimov
2020-10-14 09:49:44 +02:00
parent c0f11ba6e5
commit 59fa6e7ac8
+1
View File
@@ -64,6 +64,7 @@ void setup() {
newh = (int)(max_display_size / ratio);
}
surface.setResizable(true);
surface.setSize(neww, newh);
for(int i=0;i<32;i++) {