Sharing IMAGES for Image Widget!

5 image widgets

Video_00388


:rofl::rofl::rofl:

2 Likes

new gauge

23-025210

1 Like

I hope oneday we will have image button widget @vshymanskyy :wink:

with the image rotation property …

Video_00421

New sliders :wink:

Video_00423

1 Like

ON/OFF

Video_00424

Video_00425

1 Like

I love rotation property :stuck_out_tongue_winking_eye:

Video_2018-12-18_193009

5 Likes

It would be nice to have a garage status too…


3 Likes

I love the rotation too… but I’ve been banging my head with how to make it rotate for just 5 seconds as nothing seems to do it (except while(1) :roll_eyes::sweat_smile::rofl: ) and while (millis()-momentInTime <= timeout) will block everything. do you have any idea? maybe I just need to sleep a little as it’s 3AM and will find a solution in the morning :thinking::sweat_smile:

1 Like

A setTimeout() timer, started after the looping rotation counters setInterval() timer, that stops the rotation, deletes the interval timer and possibly replaces the image with something different.

Or, if you can calculate the number of rotations needed in that 5 seconds, then use a setTimer() that calls your rotation function every x milliseconds for y number of times <-- probably the less complicated option

https://playground.arduino.cc/Code/SimpleTimer#Functions

2 Likes

@Gunner thanks! I went with setTimer and it works perfectly! Seems that I’m to old to play with this stuff at 3AM :roll_eyes:

If you can dream it, I can do it. :joy:

Video_00426

11 Likes

make it like JARVIS :grinning:

2 Likes

why not 4 or 6 LEDs instead of 2 ? :thinking:

Video_00427

@Blynk_Coeur any thoughts on how to superimpose the four red values (top left) on to the image?

HI Paul !

do you need 4 displays like that or 4 digits in one display ?

06-026465

4 displays = 4X10 pictures easy
1 display 4 digits = 10^4 pictures :fearful:

1 Like

This is what I want:

Full screenshot:

I guess with a bit of effort the centre and right images could be made to line up with the top and bottom images. Unfortunately the dashboard only allows for 4 widgets across the screen and we would need 5 to include the left image of the display. Or Perhaps we forget the centre image.

if I understood, you want to superimpose the value widget into an image widget ?
it’s not yet supported by blynk image widget
may be @Pavel could tell us if it is planned ?

it will be fine if we could reduce to one cell instead of 2

06-026465

1 Like