Skip to content
View vitorio's full-sized avatar

Block or report vitorio

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 Loading

  1. Force a kiosk into BIOS to boot from...
    1
    import board
    2
    import touchio
    3
    import storage
    4
    import usb_cdc
    5
    import usb_midi
  2. CO2 monitor using Pimoroni Wireless ...
    1
    # https://github.com/pimoroni/pimoroni-pico/blob/main/micropython/examples/plasma_stick/co2.py
    2
    # https://docs.micropython.org/en/latest/library/rp2.html#rp2.bootsel_button
    3
    # https://github.com/pimoroni/phew/blob/v0.0.3/phew/__init__.py
    4
    
                  
    5
    import time
  3. CO2 monitor using Pimoroni Tufty 204...
    1
    # https://github.com/pimoroni/pimoroni-pico/blob/main/micropython/examples/tufty2040/main.py
    2
    # https://github.com/pimoroni/pimoroni-pico/blob/main/micropython/examples/tufty2040/pride_badge.py
    3
    # https://github.com/pimoroni/pimoroni-pico/blob/main/micropython/examples/breakout_scd41/scd41_demo.py
    4
    
                  
    5
    from picographics import PicoGraphics, DISPLAY_TUFTY_2040, PEN_RGB332
  4. Stadia gamepad + Bongos as synthetic...
    1
    # sudo apt install python3-pip pkg-config libdbus-1-dev libglib2.0-dev
    2
    # sudo pip3 install nxbt
    3
    # sudo pip3 install jinja2==3.0.3 itsdangerous==2.0.1 Werkzeug==2.0.2 eventlet==0.33.0 dnspython==2.2.1
    4
    
                  
    5
    import pyjoystick.sdl2
  5. epapernametag Public

    Mirror of my e-paper.name/tag repository on GitLab. #badgelife for the rest of us.

    JavaScript

  6. nfctoys/nfctoys Public

    Copy of the code provided inline at https://nfc.toys. Don't fork this repo, mirror it! Instructions: https://help.github.com/articles/duplicating-a-repository/

    Python 15 2