C# 클래스 Emmellsoft.IoT.Rpi.SenseHat.Fonts.SingleColor.TinyFont

Tiny 4-pixel wide font with the following characters: 0123456789ABCDEF+-%*=.:!?/\'
파일 보기 프로젝트 열기: emmellsoft/RPi.SenseHat 1 사용 예제들

공개 메소드들

메소드 설명
Write ( ISenseHatDisplay display, string twoCharText, Color color, int offsetY ) : void

비공개 메소드들

메소드 설명
TinyFont ( ) : System

메소드 상세

Write() 공개 메소드

public Write ( ISenseHatDisplay display, string twoCharText, Color color, int offsetY ) : void
display ISenseHatDisplay
twoCharText string
color Color
offsetY int
리턴 void