This exists in the latest alpha version of UIFLOW2 I am using. Just had to use it because I was getting an exception reading from and I2C device that didnt exist and the program would stop,
Best posts made by jamesarm97
-
RE: I need a try and except block in UI Flow 2.
Latest posts made by jamesarm97
-
How to access LCD directly in micro python and UIFlow 2
I want to do some custom code in a function that needs to access the screen module directly. I have the import * from M5 and other imports but when I try lcd.function it says object has no attribute 'lcd'. How would I do some lower level draw functions / screen functions? Is there any module / lib source code that I can look at to see what functions are available like from the Widget module?
-
RE: M5Dial mising nfc machine module...
@felmue That example worked, but I am not sure how to get then card id back into UIFLOW2, the variables defined in the Execute code only seem to be valid from within that code block. Kind of new to all this stuff.
-
RE: I need a try and except block in UI Flow 2.
This exists in the latest alpha version of UIFLOW2 I am using. Just had to use it because I was getting an exception reading from and I2C device that didnt exist and the program would stop,
-
RE: M5Dial mising nfc machine module...
@lbuque how hard is it to use the UIFlow1 RFID module that already existed for the same chip command set on a different product and quickly modify it for UIFLOW2?
-
RE: M5Dial mising nfc machine module...
@mumin50 In the same boat, I had a few m5dials that were backordered come in for a specific project and need the rfid on UIFLOW2 also. Def would be nice to have something more that "coming"
-
M5Dial RFID w/UIFLOW2
I cannot find any example or good way to read the NFC using UIFLOW2 on the m5dial. I see some references to a rfid component on UIFLOW1 but nothing in v2. Am I missing something or has anyone been able to read the RFIC over I2c using UIFLOW?