C# Class GrFamily.Module.I2CLiquidCrystal

I2C�ڑ��̉t���L�����N�^�[�f�B�X�v���C
Inheritance: I2CDeviceEx
Afficher le fichier Open project: netmf-lib-grfamily/GrFamilyLibrary Class Usage Examples

Méthodes publiques

Méthode Description
BlinkOn ( bool blinkOn ) : void

�J�[�\���ʒu�̃u�����N�̃I���E�I�t��؂�ւ���

Clear ( ) : void

�\���N���A

CursorOn ( bool cursorOn ) : void

�J�[�\���\���I���E�I�t��؂�ւ���

DisplayOn ( bool displayOn ) : void

�f�B�X�v���C�̕\���E��\����؂�ւ���

Home ( ) : void

�J�[�\��������ʒu�ɖ߂�

�\���͏����Ȃ�

I2CLiquidCrystal ( ushort i2CAddress, bool printWithStopBit = false, bool useExFunctionSet = false ) : System.Threading

�R���X�g���N�^�[

Print ( string msg ) : void

���������݂̃J�[�\���ʒu����o�͂���

SetCursor ( int row, int col ) : void

�J�[�\���ʒu��ݒ肷��

WriteCharactor ( byte data ) : void

�J�[�\���ʒu�Ɉꕶ���o�͂���

WriteCommand ( byte cmd, int wait = 1 ) : void

����R�}���h�𑗐M����

Private Methods

Méthode Description
ControlDisplay ( bool displayOn, bool cursorOn, bool blinkOn ) : void

�f�B�X�v���C�̕\���Ɋւ���ݒ��ύX����

InitModule ( ) : void

�t���L�����N�^�[�f�B�X�v���C�̃��W���[�������������

Method Details

BlinkOn() public méthode

�J�[�\���ʒu�̃u�����N�̃I���E�I�t��؂�ւ���
public BlinkOn ( bool blinkOn ) : void
blinkOn bool �u�����N��s�����ǂ���
Résultat void

Clear() public méthode

�\���N���A
public Clear ( ) : void
Résultat void

CursorOn() public méthode

�J�[�\���\���I���E�I�t��؂�ւ���
public CursorOn ( bool cursorOn ) : void
cursorOn bool
Résultat void

DisplayOn() public méthode

�f�B�X�v���C�̕\���E��\����؂�ւ���
public DisplayOn ( bool displayOn ) : void
displayOn bool
Résultat void

Home() public méthode

�J�[�\��������ʒu�ɖ߂�
�\���͏����Ȃ�
public Home ( ) : void
Résultat void

I2CLiquidCrystal() public méthode

�R���X�g���N�^�[
public I2CLiquidCrystal ( ushort i2CAddress, bool printWithStopBit = false, bool useExFunctionSet = false ) : System.Threading
i2CAddress ushort ���W���[����I2C�A�h���X
printWithStopBit bool �L�����N�^�[�o�͂ɃX�g�b�v�r�b�g��g�����ǂ���
useExFunctionSet bool �g���R�}���h��g�����ǂ���
Résultat System.Threading

Print() public méthode

���������݂̃J�[�\���ʒu����o�͂���
public Print ( string msg ) : void
msg string �\�����镶����
Résultat void

SetCursor() public méthode

�J�[�\���ʒu��ݒ肷��
public SetCursor ( int row, int col ) : void
row int �J�[�\���̍s�ʒu
col int �J�[�\���̗�ʒu
Résultat void

WriteCharactor() public méthode

�J�[�\���ʒu�Ɉꕶ���o�͂���
public WriteCharactor ( byte data ) : void
data byte �o�͂��镶��
Résultat void

WriteCommand() public méthode

����R�}���h�𑗐M����
public WriteCommand ( byte cmd, int wait = 1 ) : void
cmd byte �R�}���h
wait int �R�}���h���M��̃E�F�C�g�^�C��
Résultat void