Merge pull request #95 from rubiojr/patch-1
[EVA-2020-02-2.git] / examples / noise-amps-at-freqs.py
index 8b1ddd57acf13226899dba878e717f48adc615a7..4c14c585b894fca998dc30069c1887693d884236 100755 (executable)
@@ -15,11 +15,11 @@ Press Ctrl+C to exit!
 noise = Noise()
 
 disp = ST7735.ST7735(
-        port=0,
-        cs=ST7735.BG_SPI_CS_FRONT,
-        dc=9,
-        backlight=12,
-        rotation=90)
+    port=0,
+    cs=ST7735.BG_SPI_CS_FRONT,
+    dc=9,
+    backlight=12,
+    rotation=90)
 
 disp.begin()