@mtylerjr I'm already working with alpha 21
Posts made by syrinebh
-
RE: AtomS3, UIFlow2 and BLE
@mtylerjr you mean that you were able to scan S3 devices with your phone and in the other direction (scanning devices with s3 devices) you were not able to find a solution ?
-
RE: AtomS3, UIFlow2 and BLE
@ajb2k3 you arrived to implement ble functions on core S3 ?
-
how to make an image clickable with uiflow 2.0 on coreS3?
hey I want to make an image clickabe to move to another screen after clicking it.
-
RE: why image+ is not showing on coreS3?
@ajb2k3 I'm getting the image from images section in google
-
why image+ is not showing on coreS3?
Hello, I'm trying to load image+ on coreS3 but I don't know why it's not showing however in the uiflow2.0 the right picture is showing. But when I try to run the code on the real device only the default image is showing.
image_plus0 = ImagePlus("https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTHZAq08u4YaR0Jsu2CgeptdxC74y-9QEeFYEAb6YHP&s", 78, 41, True, 3000, default_img="res/img/default.png") -
RE: how to set an image as background in uiFlow2.0:
@ajb2k3 I tried this
lcd.clear()
# Draw the image as the background lcd.image(0, 0, 'res/img/icons8-bluetooth-48.png')
I tried this but I got this error un the screen Traceback(most recent call last):
-
RE: how to set an image as background in uiFlow2.0:
@ajb2k3 no, I didn't found a documentation for this. this is what I did image0 = Widgets.Image("res/img/icons8-bluetooth-48.png", 258, 41)
-
RE: AtomS3, UIFlow2 and BLE
@felmue you can give me the steps to scan and connect nearby devices via bluetooth with core S3 please
-
How to scan nearby devices via bluetooth with core S3 ?
Hello, I want some suggestions for links or docs that can help me scanning nearby devices via bluetooth with core S3.
Thanks