diff lcd_simulator.py @ 8:47795c3121f1

bufferless updates! mqtt message is sent over SPI and everything works
author drewp@bigasterisk.com
date Mon, 11 Mar 2024 01:37:57 -0700
parents d97a5930db7e
children
line wrap: on
line diff
--- a/lcd_simulator.py	Sun Mar 10 15:03:53 2024 -0700
+++ b/lcd_simulator.py	Mon Mar 11 01:37:57 2024 -0700
@@ -4,7 +4,7 @@
 import aiomqtt
 import pygame
 
-screen = pygame.display.set_mode((320, 320))
+screen = pygame.display.set_mode((320, 480))
 clock = pygame.time.Clock()