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:
parent
46bd454392
commit
896a4e1a8d
1 changed files with 3 additions and 0 deletions
|
@ -3,6 +3,9 @@
|
|||
|
||||
""" Simulated ST7789 display and CST816S touchscreen. """
|
||||
|
||||
import warnings
|
||||
warnings.simplefilter("ignore", lineno=58)
|
||||
|
||||
import sys
|
||||
import sdl2
|
||||
import sdl2.ext
|
||||
|
|
Loading…
Reference in a new issue