Product Description
The 2 gang light switches also known as double light switches have two switches on the plate which control two lighting circuits. Within the wide range of 2g light switches.
No products in the cart.
Out of stock
₦1,650
Out of stock
Product Description
The 2 gang light switches also known as double light switches have two switches on the plate which control two lighting circuits. Within the wide range of 2g light switches.
Weight | 0.079 kg |
---|---|
Dimensions | 12 × 7 × 3.6 cm |
The Sense HAT has an 8×8 RGB LED matrix and a five-button joystick, and includes the following sensors:
Schematics and mechanical drawings for the Sense HAT and the Sense HAT V2 are available for download.
The LED matrix is an RGB565 framebuffer with the id RPi-Sense FB
. The appropriate device node can be written to as a standard file or mmap-ed. The included snake example shows how to access the framebuffer.
The joystick comes up as an input event device named Raspberry Pi Sense HAT Joystick
, mapped to the arrow keys and Enter.
It should be supported by any library which is capable of handling inputs, or directly through the evdev interface. Suitable libraries include SDL, pygame and python-evdev.
The included snake
example shows how to access the joystick directly.