C# 클래스 RPi.SenseHat.Demo.Demos.JoystickPixel

Use the joystick to move the pixel around.
상속: SenseHatDemo
파일 보기 프로젝트 열기: emmellsoft/RPi.SenseHat

공개 메소드들

메소드 설명
JoystickPixel ( ISenseHat senseHat, Action setScreenText ) : System
Run ( ) : void

비공개 메소드들

메소드 설명
UpdatePosition ( int &x, int &y ) : void

메소드 상세

JoystickPixel() 공개 메소드

public JoystickPixel ( ISenseHat senseHat, Action setScreenText ) : System
senseHat ISenseHat
setScreenText Action
리턴 System

Run() 공개 메소드

public Run ( ) : void
리턴 void