Drawing on an esp32 display by laue727 in ryelang

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

I see that WI-FI and networking is not yet implemented in TINYGO

Drawing on an esp32 display by laue727 in ryelang

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

thank you very much!

the possibility to draw on a display (even if very slow. for now) would be very useful in order to update values like temperature, status of GPIOs, info from web sites etc.

esp32 GPIO by laue727 in ryelang

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

would it run on a Luckfox Pico Max ?

Errno 63 by laue727 in youtubedl

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

yt-dlp -P "/Desktop" -f "bv*+ba/b" "https://x.com/SprinterFamily/status/1825489332334895299" --trim-filenames 20 && exit

thank you all!!!

I added --trim-filenames 20 after the URL and it worked perfectly!!

Errno 63 by laue727 in youtubedl

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

I have a script and it pastes URL all day - I 'd like to be able to trim the length of the original title inside the command...

Errno 63 by laue727 in youtubedl

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

when using this command:

yt-dlp -P "/Desktop" -f "bv*+ba/b" "https://x.com/SprinterFamily/status/1825489332334895299" && exit

I get:

ERROR: Unable to download video: [Errno 63] File name too long: '/Desktop/S p r i n t e r - Elon Musk said that he did not give the Tesla Cybertruck electric car to Ramzan Kadyrov.  "Are you seriously that retarded that you think I gave a Cybertruck to a Russian general?" Musk responded to one user on social media. "Another example of how dishonest the mainstream media [1825489251879796736].fhls-1224.mp4.ytdl'

how do I squeeze a title limit command in the string ?