C# Class RPi.SenseHat.Demo.Demos.JoystickPixel

Use the joystick to move the pixel around.
Inheritance: SenseHatDemo
Datei anzeigen Open project: emmellsoft/RPi.SenseHat

Public Methods

Method Description
JoystickPixel ( ISenseHat senseHat, Action setScreenText ) : System
Run ( ) : void

Private Methods

Method Description
UpdatePosition ( int &x, int &y ) : void

Method Details

JoystickPixel() public method

public JoystickPixel ( ISenseHat senseHat, Action setScreenText ) : System
senseHat ISenseHat
setScreenText Action
return System

Run() public method

public Run ( ) : void
return void