Navigation

    M5Stack Community

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. syrinebh
    S
    • Continue chat with syrinebh
    • Start new chat with syrinebh
    • Flag Profile
    • Profile
    • Following
    • Followers
    • Blocks
    • Topics
    • Posts
    • Best
    • Groups
    Save
    Saving

    syrinebh

    @syrinebh

    1
    Reputation
    14
    Posts
    198
    Profile views
    0
    Followers
    1
    Following
    Joined Last Online

    syrinebh Follow

    Posts made by syrinebh

    • RE: AtomS3, UIFlow2 and BLE

      @mtylerjr I'm already working with alpha 21

      posted in Atom
      S
      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 ?

      posted in Atom
      S
      syrinebh
    • RE: AtomS3, UIFlow2 and BLE

      @mtylerjr is it possible to scan devices with Core S3 ?

      posted in Atom
      S
      syrinebh
    • RE: AtomS3, UIFlow2 and BLE

      @ajb2k3 you arrived to implement ble functions on core S3 ?

      posted in Atom
      S
      syrinebh
    • 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.

      posted in Cores
      S
      syrinebh
    • RE: why image+ is not showing on coreS3?

      @ajb2k3 I'm getting the image from images section in google

      posted in Cores
      S
      syrinebh
    • 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")

      posted in Cores
      S
      syrinebh
    • 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):

      posted in UIFlow
      S
      syrinebh
    • 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)

      posted in UIFlow
      S
      syrinebh