C# Class GrFamily.Module.LiquidCrystal

GPIO�ڑ��̉t���L�����N�^�[�f�B�X�v���C
�{�N���X��4�r�b�g���[�h��p
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�ɖ߂�

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

InitDevice ( int wait ) : void

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

LiquidCrystal ( Cpu rsPort, Cpu enablePort, Cpu db4Port, Cpu db5Port, Cpu db6Port, Cpu db7Port ) : System.Threading

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

Print ( string msg ) : void

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

SetCursor ( int row, int col ) : void

�J�[�\���ʒu��ړ�

row, col�Ƃ�� 0 �n�܂�

Write ( byte data ) : void

���݈ʒu�ɂP�����o��

Private Methods

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

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

WriteCommand ( bool db7, bool db6, bool db5, bool db4, int wait = 1 ) : void

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

Method Details

BlinkOn() public méthode

�J�[�\���ʒu�̃u�����N�̃I���E�I�t��؂�ւ���
public BlinkOn ( bool blinkOn ) : void
blinkOn bool �J�[�\���ʒu�Ńu�����N����ꍇ�� true�A�����łȂ��ꍇ�� false
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 �J�[�\���\������ꍇ�� true�A�����łȂ��ꍇ�� false
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

InitDevice() public méthode

�t���L�����N�^�[�f�B�X�v���C�̃��W���[�������������
public InitDevice ( int wait ) : void
wait int �������R�}���h���M��̃E�F�C�g�^�C��
Résultat void

LiquidCrystal() public méthode

�R���X�g���N�^�[
public LiquidCrystal ( Cpu rsPort, Cpu enablePort, Cpu db4Port, Cpu db5Port, Cpu db6Port, Cpu db7Port ) : System.Threading
rsPort Microsoft.SPOT.Hardware.Cpu ���W�X�^�[�I��̃s���ԍ�
enablePort Microsoft.SPOT.Hardware.Cpu ���[�h�E���C�g�C�l�[�u���M���̃s���ԍ�
db4Port Microsoft.SPOT.Hardware.Cpu �f�[�^�r�b�g4�̃s���ԍ�
db5Port Microsoft.SPOT.Hardware.Cpu �f�[�^�r�b�g5�̃s���ԍ�
db6Port Microsoft.SPOT.Hardware.Cpu �f�[�^�r�b�g6�̃s���ԍ�
db7Port Microsoft.SPOT.Hardware.Cpu �f�[�^�r�b�g7�̃s���ԍ�
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��ړ�
row, col�Ƃ�� 0 �n�܂�
public SetCursor ( int row, int col ) : void
row int �s
col int ��
Résultat void

Write() public méthode

���݈ʒu�ɂP�����o��
public Write ( byte data ) : void
data byte �o�͂��镶���R�[�h
Résultat void