Neoring configuration settings via GPIO

I would like to connect a Neoring (ws2812) directly to the Pi.

Is it possible to control these led’s with HA via for ex. rpi_gpio or rpi_gpio_pwm platforms or is there another way (Integration) to control these led’s?
The led’s are rgb so controlling the color via HA would be nice.

I tried the following settings without succes.

light:
  - platform: rpi_gpio_pwm
    leds:
      - name: Neoring1
        driver: gpio
        pins: [18]
        type: rgb

switch:
  - platform: rpi_gpio
    ports:
      18: Neoring2

Love to hear from you guys about a possible solution.

regards,
Passie