@aminekh Indeed, M5Stack team should supply the pre-compiled original install of linux
Best posts made by Asmodev
-
RE: Require root Password
-
RE: drawJpgFile at specific coordinates
void drawJpgFile(fs::FS &fs, const char *path, uint16_t x = 0, uint16_t y = 0, uint16_t maxWidth = 0, uint16_t maxHeight = 0, uint16_t offX = 0, uint16_t offY = 0, jpeg_div_t scale = JPEG_DIV_NONE); void drawPngFile(fs::FS &fs, const char *path, uint16_t x = 0, uint16_t y = 0, uint16_t maxWidth = 0, uint16_t maxHeight = 0, uint16_t offX = 0, uint16_t offY = 0, double scale = 1.0, uint8_t alphaThreshold = 127);
As you can see you don't need the extra values because they're automatically SET, even
M5.Lcd.drawJpgFile(SD, "/wifi.jpg",110,40,100,100,0,0);
does not work though, Why are the libraries not working properly? -
RE: Members Introductions aka The Icebreaker discussion.
Hiya, My name is Matthew, I'm in love with M5Stack products, they're not too publicly discerning, and allows me to move my projects around with ease! I love AI and I have 3x m5 sticks, each one has its own uniqueness and I love trying to make things work with them, like my tello drone.
I'm still learning about unitv2 but when they update the firmware for the access point i'll be able to have a lot more fun! - See you all on the stackside! -
Execute block in ADVANCED
The Execute panel block needs to be resizeable with scroll bars with the option to word-wrap so that we can see/write the code properly.
-
Lack of support
The forums do nothing for support and no people are being tended to or even helped by you guys anymore, What happened to helping your customers and providing them with a rich interface to get support?
Looking back at the logs, its been a while since anyone from m5stack has helped anyone, yet you're still selling the products... what gives?
Maybe by providing some help to your community you might get a bigger following, but as far as i can see, it's going down the drain.
Latest posts made by Asmodev
-
M5 Atom Echo (Aux Out) for stereo output.
If you guys can add a stereo output to the next atom, with Bluetooth and wifi and an RGB equalizer on the front, that would be amazing!
Please put an RGB display on the front with audio equalizer visuals and an aux-out port for headsets! This would so make it the next ipod! simply connecting it to my phone and then receiving audio will make all headsets portable! man, this would be an epic product!
-
RE: M5Stack [Core2] Image using drawJpgFile from SD Card
it works when set as c code and implemented in the sketch yeah.
-
RE: CAS Graphics calculator implemented in Core2 with faces keyborad
@otosan-maker Build a wave form modulator with output, create white noise/brown noise blue noise and pink noise and a variation between them, that would inspire many people to make their own.
-
RE: CAS Graphics calculator implemented in Core2 with faces keyborad
That could be useful but there are many calculators out there, your skils could be put to better use, i dare you to make a portable frequency modulator :p
-
Lack of support
The forums do nothing for support and no people are being tended to or even helped by you guys anymore, What happened to helping your customers and providing them with a rich interface to get support?
Looking back at the logs, its been a while since anyone from m5stack has helped anyone, yet you're still selling the products... what gives?
Maybe by providing some help to your community you might get a bigger following, but as far as i can see, it's going down the drain.
-
RE: drawJpgFile at specific coordinates
void drawJpgFile(fs::FS &fs, const char *path, uint16_t x = 0, uint16_t y = 0, uint16_t maxWidth = 0, uint16_t maxHeight = 0, uint16_t offX = 0, uint16_t offY = 0, jpeg_div_t scale = JPEG_DIV_NONE); void drawPngFile(fs::FS &fs, const char *path, uint16_t x = 0, uint16_t y = 0, uint16_t maxWidth = 0, uint16_t maxHeight = 0, uint16_t offX = 0, uint16_t offY = 0, double scale = 1.0, uint8_t alphaThreshold = 127);
As you can see you don't need the extra values because they're automatically SET, even
M5.Lcd.drawJpgFile(SD, "/wifi.jpg",110,40,100,100,0,0);
does not work though, Why are the libraries not working properly? -
M5Stack [Core2] Image using drawJpgFile from SD Card
I'm using this code to get an image from the SD card formatted with (exFAT) which is placed in the main directory of the SD card.
//Code to load the image
M5.Lcd.drawJpgFile(SD, "/wifi.jpg",110,40);However it does not work? The image is 100px,100px, trying to place it at x110, y40 on screen.
The screen has no image? what's wrong with this? the image is in format .jpg but it just refuses to work?
-
RE: Infrared Tutorial Sucks!
@ajb2k3 So m5stack sold a useless product? @m5stack Why are you ripping your customers off? First the M5UV2 issue, now this? I’m really starting to be disgusted by how m5stack treat its customers with garbage half baked products. I purchased their products with the idea that development would be easier, but it’s not easy, They’ve given us the idea that their products are easier to use but the bugs and product issues are far more annoying than any other company that sells embedded devices.