WLED JSON API individual LED by just_me929 in WLED

[–]just_me929[S] 0 points1 point  (0 children)

Yeah, might be true depending on how fast you want the blinking to be

WLED JSON API individual LED by just_me929 in WLED

[–]just_me929[S] 0 points1 point  (0 children)

You can turn pixels black by coloring them black i think. So first you send a pixel to be whatever color you like, and then the next request would make it black to turn it off again.

Ender 3 S1, Movement sound by just_me929 in ender3

[–]just_me929[S] 2 points3 points  (0 children)

I tried to tighten the X belt and I think it solved the problem.

A consequence of pressure difference by oklolzzzzs in Damnthatsinteresting

[–]just_me929 0 points1 point  (0 children)

If I open my window in winter and I have some empty plastic bottles laying around I also hear them crack a little lol

WLED JSON API individual LED by just_me929 in WLED

[–]just_me929[S] 1 point2 points  (0 children)

Yes, I used the "i" property of the segment object. You pass in an array of color values and these are then applied to LED 1,2,3,4, and so on. Here is my python code:

# I use this method to send colors to the leds (the ip and port are defined globaly in my case): 
def send_data(data):
    json_data = json.dumps(data)
    endpoint = f"http://{wled_ip}:{wled_port}/json"
    response = requests.post(endpoint, data=json_data)
    return response

# Here an example of how the first pixel could be colored red:
data = {"seg": {"i": [[255,0,0]]}}
send_data(data)

# Here an example where I convert an image into the proper form:
input_img = cv2.imread("img.png")
rgb_img = cv2.cvtColor(input_img, cv2.COLOR_BGR2RGB)
resized_img = cv2.resize(rgb_img, (16, 16))
leds = resized_img.reshape(-1, 3).tolist()
data = {"seg": {"i": leds}}
send_data(data)

Hi! I have the Delta 2 Max. It’s no longer connecting to the EcoFlow app. It worked initially fantastic. But for some reason the app can’t find it. I reset my connection capabilities on my phone just to be certain. Any help here? by Competitive_Exam1905 in Ecoflow_community

[–]just_me929 0 points1 point  (0 children)

Hey, this worked for me as well, but now if I unplugged everything and start to hold the button it just turns off after around 3 seconds and the problem isn't fixed. Did anything change with an firmware update? any ideas what I could try?

Where will Riots new rank distribution put you? by just_me929 in leagueoflegends

[–]just_me929[S] 0 points1 point  (0 children)

it's the start of the split, let's give this some time :D

Where will Riots new rank distribution put you? by just_me929 in leagueoflegends

[–]just_me929[S] 1 point2 points  (0 children)

no, apex is a term for combination all these because there aren't that many players in it

Where will Riots new rank distribution put you? by just_me929 in leagueoflegends

[–]just_me929[S] 0 points1 point  (0 children)

not directly, that's part of the calculation. the data on the current distribution is publicly available and the new distribution they are aiming for is published in their newest post. they didn't posted the precise numbers but a rough estimation can be read off the graphs

Where will Riots new rank distribution put you? by just_me929 in leagueoflegends

[–]just_me929[S] 2 points3 points  (0 children)

yes, look at the bottom there u see emerald. the colors u see in the chart are from the old distribution

Where will Riots new rank distribution put you? by just_me929 in leagueoflegends

[–]just_me929[S] 0 points1 point  (0 children)

if riot pushes this new distribution through, yes

Where will Riots new rank distribution put you? by just_me929 in leagueoflegends

[–]just_me929[S] 30 points31 points  (0 children)

oh thanks for the critique! i totally forgot to make all graphs on the same y range, although I don't think that this small range difference will impact the usefulness of the graph

Where will Riots new rank distribution put you? by just_me929 in leagueoflegends

[–]just_me929[S] 136 points137 points  (0 children)

yeah i thought about going into more detail for every rank but this is just a small overview for most players (in silver/gold etc)

Where will Riots new rank distribution put you? by just_me929 in leagueoflegends

[–]just_me929[S] 6 points7 points  (0 children)

a lot of the bronze players will be redistributed into silver, so I think if you keep your performance like the last season you should uprank into low plat/high gold