aboutsummaryrefslogtreecommitdiffstats
path: root/demos/modules/gdisp/streaming/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'demos/modules/gdisp/streaming/main.c')
-rw-r--r--demos/modules/gdisp/streaming/main.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/demos/modules/gdisp/streaming/main.c b/demos/modules/gdisp/streaming/main.c
index 4ad48b6c..33b69c91 100644
--- a/demos/modules/gdisp/streaming/main.c
+++ b/demos/modules/gdisp/streaming/main.c
@@ -64,9 +64,6 @@ int main(void) {
float ii, spin, dy, spinspeed, h, f, g;
gfxInit();
- #if GDISP_NEED_CONTROL
- gdispSetOrientation(GDISP_ROTATE_90);
- #endif
width = gdispGetWidth();
height = gdispGetHeight();