Navigation

    M5Stack Community

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

    ricardocosta

    @ricardocosta

    0
    Reputation
    6
    Posts
    918
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    ricardocosta Follow

    Posts made by ricardocosta

    • RE: How to restore display after M5.Axp.SetSleep() with code?

      How did you manage to use M5.Axp.SetSleep()?
      I have the latest library installed (0.0.5) in Arduino, included AXP192.h and I get the error:

      'class AXP192' has no member named 'SetSleep'
      

      What am I missing?

      Note: using M5StickC

      posted in M5 Stick/StickC
      R
      ricardocosta
    • RE: M5StickC: turn off screen completely

      @florian5442 You're right but I guess the difference is too small to measure.
      The official docs say that the lowest setting is 7 but clearly that is not 100% correct:

      brightness	TFT backlight brightness (range: 7~15)
      posted in M5 Stick/StickC
      R
      ricardocosta
    • RE: M5StickC: turn off screen completely

      @florian5442 Thanks!
      I did some measurements with an all white background and it seems M5.Axp.ScreenBreath(7) and lower are the same:

      • ScreenBreath(15): 0.20A
      • ScreenBreath(12): 0.17A
      • ScreenBreath(10): 0.15A
      • ScreenBreath(7): 0.14A
      • ScreenBreath(0): 0.14A
      posted in M5 Stick/StickC
      R
      ricardocosta
    • M5StickC: turn off screen completely

      Hi!
      What is the correct way to turn the screen off in M5StickC? Is this code enough?

      M5.Lcd.fillScreen(TFT_BLACK);
      M5.Axp.ScreenBreath(7);
      

      Thanks!

      posted in M5 Stick/StickC
      R
      ricardocosta
    • RE: Infrared in receive mode: is it possible?

      @ajb2k3 Thanks!

      posted in M5 Stick/StickC
      R
      ricardocosta
    • Infrared in receive mode: is it possible?

      I have a M5StickC and would like to put the IR Transmitter in "learn mode", like a universal remote controller.
      Does the hardware support this? If so, how can I activate learn mode using Arduino and/or MicroPython?
      Thanks in advance!

      posted in M5 Stick/StickC
      R
      ricardocosta