1
0
Fork 0

simulator: Suppress the pysdl2/numpy warning

This makes the simulator look nicer when it starts up... but it
doesn't help the simulator.

Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk>
This commit is contained in:
Daniel Thompson 2020-12-04 20:35:16 +00:00
parent 46bd454392
commit 896a4e1a8d

View file

@ -3,6 +3,9 @@
""" Simulated ST7789 display and CST816S touchscreen. """
import warnings
warnings.simplefilter("ignore", lineno=58)
import sys
import sdl2
import sdl2.ext