Perhaps previously reported, but I don't see the "red port" rotary encoder unit (U135) in UIFLOW2. Any ideas?
Alpha-24
V2.0.0
Perhaps previously reported, but I don't see the "red port" rotary encoder unit (U135) in UIFLOW2. Any ideas?
Alpha-24
V2.0.0
For AtomS3, UiFlow2 v28 shows RGB and speaker as built-in hardware modules. However, they either don't exist or don't seem to work.
IR isn't there either, but seems that will be in a future release. Any ideas on RGB and speaker?
@jdbaluch I had the same problem with uiFlow2 + AtomS3. Check the code window and see if any imports are missing, particularly the unit import. Should be something like:
import os, sys, io
import M5
from M5 import *
from hardware import *
from unit import *
On mine, the unit import was missing. I tried
Somewhere in there, the unit import line decided to show up and then everything started working. ¯\(ツ)/¯
Perhaps previously reported, but I don't see the "red port" rotary encoder unit (U135) in UIFLOW2. Any ideas?
Alpha-24
V2.0.0