mirror of
https://github.com/tsulej/GenerateMe.git
synced 2026-06-16 04:25:42 +02:00
Add resizable to slitscan
This commit is contained in:
@@ -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++) {
|
||||
|
||||
Reference in New Issue
Block a user