Navigation

    M5Stack Community

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

    macsbug

    @macsbug

    22
    Reputation
    88
    Posts
    3699
    Profile views
    1
    Followers
    0
    Following
    Joined Last Online

    macsbug Follow

    Posts made by macsbug

    • RE: Display 13.2 Module (M126) issue with a HDMI display

      Hello@admiralmaggie

      It depends on the type of HDMI Display.

      Not Display Module 13.2, but...
      For ATOM Display and TOSHIBA REGZA:
      (1920/4,1080/4,24);
      (640,360,60);
      (320,180,60,1280,720);
      (320,240,60,3204,2403);
      (500,300,60,1280,720);
      (500,300,24,1920,1080);
      (480,320,24,1920,1080);
      (480,320,60,1280,720);
      (500,300,60,1280,720);

      posted in Modules
      M
      macsbug
    • RE: Como copiar programa M5stack para outro M5stack novo?

      Hello@João Rodrigues

      tobozo/M5Stack-SD-Updater
      https://github.com/tobozo/M5Stack-SD-Updater

      M5Stack-SD-Updater
      https://macsbug.wordpress.com/2018/03/12/m5stack-sd-updater/

      lovyan03/M5Stack_LovyanLauncher
      https://github.com/lovyan03/M5Stack_LovyanLauncher

      LovyanLauncher
      https://twitter.com/lovyan03/status/1127119598602448896

      posted in General
      M
      macsbug
    • RE: M5.BtnA.wasPressed() conflicts with WiFi?

      The cause is the ESP32 bug.

      M5Stack Community :
      M5.BtnA.wasPressed() conflicts with WiFi
      https://forum.m5stack.com/topic/3262/m5-btna-waspressed-conflicts-with-wifi

      This is a report of measures for the A button of M5Stack and the B button of M5Stick C to operate without permission.
      ButtonA on M5Stack does not work properly : May 02, 2021

      void setup(){
      WiFi.begin();
      WiFi.setSleep(false);
      }

      or

      #include <driver/adc.h>
      void setup(){
      adc_power_acquire(); // ADC Power ON

      :

      blog :
      ButtonA on M5Stack does not work properly : May 02, 2021
      https://macsbug.wordpress.com/2021/05/02/buttona-on-m5stack-does-not-work-properly/

      0_1673987001392_p.jpg

      posted in PRODUCTS
      M
      macsbug
    • RE: How to run LVGL on M5Stack

      Hello@powersoft

      lv_conf.h

      0_1673751414986_lv_conf.jpg

      posted in PROJECTS
      M
      macsbug
    • Super M5Stack

      M5Stack was modified and Super M5Stack was produced.
      The speed of Super M5Stack achieves 5.3 times his M5Stack !

      blog:Super M5Stack:2022.10.25
      https://macsbug.wordpress.com/2022/10/25/super-m5stack/

      0_1672699421766_M5_SuperM5_480s.jpg

      :

      WiFi Console ( M5Stamp C3U ) :2022.10.03
      blog:WiFi Console
      https://macsbug.wordpress.com/2022/10/03/wifi-console/

      0_1672699915814_SM5_FC_380s.jpg

      posted in PROJECTS
      M
      macsbug
    • RE: M5StickC-Plus Buzzer not working

      Hello @wilfried

      Arduino example:
      https://101010.fun/iot/m5stickc-plus-firststep.html

      posted in Arduino
      M
      macsbug
    • RE: ESPNOW master/slave chage slave/master

      Hello @frangimeno2000

      You can see the case of ESO-NOW below.

      RANDOM NEAD TUTORIALS: ESO-NOW
      https://randomnerdtutorials.com/?s=ESP-NOW

      posted in PROJECTS
      M
      macsbug
    • RE: #defines for different M5STACK Controllers

      There is a list below.

      M5Unified
      https://github.com/m5stack/M5Unified

      posted in General
      M
      macsbug
    • RE: M5Stack [Core2] Image using drawJpgFile from SD Card

      JPG has several Cilor Mode.
      Use as JPG RGB MODE
      For example, you can do it with GIMP.

      posted in Arduino
      M
      macsbug
    • RE: How to run LVGL on M5Stack

      Hello@erich

      LVGL 8.0.2 is listed below.

      LVGL 8.0.2
      LVGL 8 demo with M5Stack , M5Stamp C3
      https://forum.m5stack.com/topic/4161/lvgl-8-demo-with-m5stack-m5stamp-c3

      posted in PROJECTS
      M
      macsbug