@JohnSal Or, you can just stick a wooden popsicle stick on it, so it won't be flexible! :-)
Posts made by Matej's Workshop
-
RE: PCB LED stickposted in Features Wish List
-
RE: Simple Hello World with PlatformIO and M5Dialposted in General
@uberdweeb Hello! Sorry for late answer, but I have the fix for it. All you need to do is modify the platformio.ini file, and write this into it:
[env:m5stack-stamps3] platform = espressif32 board = m5stack-stamps3 framework = arduino build_flags = -DARDUINO_USB_CDC_ON_BOOT=1 monitor_speed = 115200 -
Core2 graphicsposted in Features Wish List
Hello, there are not enough display graphics in UIFlow for the Core2. For example the square is missing or circle and more.
-
RE: Noisy M5StickC speaker hatposted in M5 Stick/StickC
@emmeci I think that the SPK hat only supports beeping.
-
SDCard for M5Paperposted in Features Wish List
Please include a SDCard function in UIFlow like in for example Core2!
-
Image+ problemposted in UIFlow
Hello, I have a M5StickC Plus and I'm programming it in UIFlow. The problem is that the M5StickC Plus freezes when trying to retrieve the image. The image format is JPG.
Here is the code:from m5stack import * from m5ui import * from uiflow import * from libs.image_plus import * from machine import WDT setScreenColor(0x111111) imageplus0 = M5ImagePlus(0, 0, url='*PRIVATE IMAGE SENDING IP*/mjpeg/1', timer=True, interval=500) @timerSch.event('timer1') def ttimer1(): global wdt wdt.feed() pass timerSch.run('timer1', 1000, 0x00) wdt = WDT(timeout=2000) -
RE: M5StickC Plus image backgroundposted in Arduino
I used this website http://www.rinkydinkelectronics.com/t_imageconverter565.php to convert to I think RGB565 from PNG
-
M5StickC Plus image backgroundposted in Arduino
Hello, I want to make a game on my M5StickC Plus but I need transparent image background. On the M5StickC Plus screen the background of the image is white and I want it to be transparent. Can anyone help me please?
-
M5EPD library grammar mistakeposted in Arduino
Hello, in the M5EPD library there is a grammar mistake with the command M5.TP.avaliable(). Shouldn't it be M5.TP.available()?
-
RE: [SOLVED] Can't reset my M5StickC Plusposted in Arduino
@felmue Hello, but when I burned UiFlow onto the M5StickC Plus it is possible to reset it 🤔
-
[SOLVED] Can't reset my M5StickC Plusposted in Arduino
Hello, I got my M5StickC Plus and when I upload an arduino code then the power button doesn't reset the device when pressed.
Sometimes it's annoying when I want to quickly restart the device, so then I need to turn it off and turn it back on. -
RE: How to add custom app to M5 burner?posted in SOFTWARE
@nick-n17 First you have to log-in with that account you are using, second go to user custom, third click publish and fill all the information needed and then click upload, fourth click publish.
-
RE: M5 Stamp Pico cannot connect to UIflowposted in PRODUCTS
@shimomura16 The picture is private. Please make it public.