Skip to content
View sutaburosu's full-sized avatar
  • UK
Block or Report

Block or report sutaburosu

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. scintillating_heatshrink scintillating_heatshrink Public

    Converts animated GIFs to a custom format for playback on microcontrollers

    C 15

  2. Take a sqrt() per-pixel? Hold my bi... Take a sqrt() per-pixel? Hold my bitshifts and adds.
    1
    //Metaballs
    2
    //16x16 rgb led matrix demo
    3
    //Yaroslaw Turbin 20.07.2020
    4
    //https://vk.com/ldirko
    5
    //https://www.reddit.com/user/ldirko/
  3. FastLED/FastLED FastLED/FastLED Public

    The FastLED library for colored LED animation on Arduino. Please direct questions/requests for help to the FastLED Reddit community: http://fastled.io/r We'd like to use github "issues" just for tr…

    C++ 6.3k 1.6k

  4. wokwi/wokwi-elements wokwi/wokwi-elements Public

    Web Components for Electronics and IoT Parts

    TypeScript 166 46

  5. A tool to stream from Wokwi's Arduin... A tool to stream from Wokwi's Arduino sim to real LEDs. Optimised for AVR Arduinos with CH340 USB serial
    1
    #include <stdarg.h>
    2
    #include <FastLED.h>
    3
    
                  
    4
    #define LED_TYPE          WS2812B
    5
    #define DATA_PIN          2