Twelve Go Best Practices
Francesc Campoy Flores Gopher at Google @francesc http://campoy.cat/+
- Best practices
Twelve Go Best Practices
Francesc Campoy Flores Gopher at Google @francesc http://campoy.cat/+
Chromium OS is cool. Chromium OS with crouton is cooler. Chromium OS with Docker is even cooler. This is specifically a guide for the Chromebook Pixel 2 (2015), but I can't think of any reason it wouldn't work with other devices.
# sw_targeting_computer_code.py -- animated targeting computer for CircuitPython | |
# 4 May 2022 - @todbot / Tod Kurt | |
# # Uses one background image and two tilegrid animations | |
import time | |
import board | |
import displayio | |
display = board.DISPLAY | |
maingroup = displayio.Group() |