Formatting

This commit is contained in:
regicidal.plutophage 2023-03-02 18:23:52 +03:00 committed by GitHub
parent 026a2f8a3d
commit eb9ee4fa2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -65,8 +65,8 @@ class Oled(Extension):
device_address=0x3C,
brightness=0.8,
brightness_step=0.1,
dim_time = 30,
off_time = 60,
dim_time=30,
off_time=60,
):
displayio.release_displays()
self.rotation = 180 if flip else 0