LED STRIP 5050 5V - Arduino UNO

.

i'm very new on arduino, but i nedd a quickly help.
for a small game for my daughter (yo be ready on next week), I'd like to switch on about 6 white led.
into my home I've found a Strip led 5050 at 5V with missing driver, and I'd like to use this strip to lightup my daughter game.
On line, I've found a lot of library, but i need something more easy.
what I want is : 6 led of my strip will be fully white lighted when Arduino will be switch on, using +5V power coming from Arduino only.
there is an easy code and quickly code to be use without use libraries?
can you help me?

tks in advance

(quella con +5V in, DI-DO e gnd),

You mention this in the italian version which makes me think you have some kind of neopixel /ws2811

there is an easy code and quickly code to be use without use libraries?

the quick and easy codes come with the libraries, use the libraries !

for sure is neopixel standar led strip.

I hope somethis more easy exist, but…

tks for your reply.

The data protocol to control those Neopixel, is very complicated. So, it is very much more difficult to write code for it, than to use a library. There is no more simple way.

Just choose 1 library ( i suggest neopixel.h by adafruit for beginners) start with one of the included examples, and we can help you from there.

The discussion is in English so ... better in English section ...
... moved back from Italian to English :wink:

Guglielmo