ugame10 - disable pulseio to make more room for the French

This commit is contained in:
Radomir Dopieralski 2021-03-02 11:11:55 +01:00
parent 24473b7983
commit cb2cf81136

View File

@ -18,6 +18,7 @@ CIRCUITPY_ANALOGIO = 1
CIRCUITPY_GAMEPAD = 1
CIRCUITPY_DISPLAYIO = 1
CIRCUITPY_PULSEIO = 0
CIRCUITPY_AUDIOBUSIO = 0
CIRCUITPY_BITBANGIO = 0
CIRCUITPY_FREQUENCYIO = 0