Component: Sense Hat (Raspberry Pi Hat): Difference between revisions
Appearance
m Text replacement - "width="10%" align="center" style="background-color:#D8C9D8;"" to "width="10%" align="center" class="mtx-class-macrohead"" |
m Text replacement - "width="90%" style="background-color:#D8C9D8; color:#4B008D;"" to "width="90%" class="mtx-class-macrohead"" |
||
| Line 77: | Line 77: | ||
|- | |- | ||
| width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | | width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | ||
| width="90%" | | width="90%" class="mtx-class-macrohead" | '''Initialise''' | ||
|- | |- | ||
| colspan="2" | Initialises the I2C peripheral ready for communications. | | colspan="2" | Initialises the I2C peripheral ready for communications. | ||
| Line 91: | Line 91: | ||
|- | |- | ||
| width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | | width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | ||
| width="90%" | | width="90%" class="mtx-class-macrohead" | '''ReadJoystick''' | ||
|- | |- | ||
| colspan="2" | Reads the joystick Returns the direction as a bit field. 1 = Down / 2 = Right / 4 = Up / 8 = Click / 16 = Left | | colspan="2" | Reads the joystick Returns the direction as a bit field. 1 = Down / 2 = Right / 4 = Up / 8 = Click / 16 = Left | ||
| Line 105: | Line 105: | ||
|- | |- | ||
| width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | | width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | ||
| width="90%" | | width="90%" class="mtx-class-macrohead" | '''SetAll''' | ||
|- | |- | ||
| colspan="2" | Sets all pixels to a specific colour | | colspan="2" | Sets all pixels to a specific colour | ||
| Line 134: | Line 134: | ||
|- | |- | ||
| width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | | width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | ||
| width="90%" | | width="90%" class="mtx-class-macrohead" | '''SetPixel''' | ||
|- | |- | ||
| colspan="2" | Seta the colour of a single pixel | | colspan="2" | Seta the colour of a single pixel | ||
| Line 174: | Line 174: | ||
|- | |- | ||
| width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-prop-icon.png]] | | width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-prop-icon.png]] | ||
| width="90%" | | width="90%" class="mtx-class-macrohead" | '''Properties''' | ||
|- | |- | ||
|- | |- | ||
Revision as of 14:23, 13 July 2026
| Author | Matrix TSL |
| Version | 1.0 |
| Category | Raspberry Pi Hat |
Sense Hat component
A component to drive various features on the Raspberry Pi Sense Hat. Supported Features: 8x8 RGB LED / 5-Way Joystick
Component Source Code
Please click here to download the component source project: FC_Comp_Source_RPI_SenseHat.fcfx
Please click here to view the component source code (Beta): FC_Comp_Source_RPI_SenseHat.fcfx
Detailed description
No detailed description exists yet for this component
Examples
A simple example to sample the joystick and output a fixed colour to all 8 x 8 RGB LEDs. Pressing up on the joystick outputs blue to the LEDs and pressing down outputs red.
Macro reference
Initialise
| Initialise | |
| Initialises the I2C peripheral ready for communications. | |
| Return | |
ReadJoystick
| ReadJoystick | |
| Reads the joystick Returns the direction as a bit field. 1 = Down / 2 = Right / 4 = Up / 8 = Click / 16 = Left | |
| Return | |
SetAll
| SetAll | |
| Sets all pixels to a specific colour | |
| R | |
| G | |
| B | |
| Return | |
SetPixel
| SetPixel | |
| Seta the colour of a single pixel | |
| X | |
| Y | |
| R | |
| G | |
| B | |
| Return | |