Skip to content

A tool for remotely creating Sense HAT 8x8 pixel drawings using Anvil.

Notifications You must be signed in to change notification settings

CodeNextAdmin/pixel_paint_anvil

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

pixel_paint_anvil

A tool for remotely creating Sense HAT 8x8 pixel drawings using Anvil.

Imgur

Usage

This tool is meant to be used with a client Anvil app. Copy the app from Anvil here: PixelPaint

On your Raspberry Pi, install the anvil.server package first.

$ pip install anvil-uplink

Clone this app on your Pi.

On your Anvil app, enable Uplink.

uplink

Get your Uplink key.

uplink key

On your pixel_paint_server.py file, replace the anvil uplink key

anvil.server.connect("<your key goes here>")

On the client side, Click Run to launch the app, on the Pi, run the app from Thonny or the command line:

$ python3 /your/path/pixel_paint_server.py

Saved designs are in a raw Python list, with RGB values and a timestamp and are appended to a .txt file. To use these, copy and paste them into other Sense HAT scripts as needed.

That's it!

About

A tool for remotely creating Sense HAT 8x8 pixel drawings using Anvil.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages