vincomgo
Published © Apache-2.0

Arduino Tutorial for Beginners Arduino Entry Level Tutori...

This tutorial is at the introductory level. Focus on recording how the Arduino microcontroller and the stone display screen link and use.

BeginnerFull instructions provided1 hour30
Arduino Tutorial for Beginners Arduino Entry Level Tutori...

Things used in this project

Hardware components

ARDUNO LY-F2 of Seven Star Bug
×1
STONE STVC050WT-01 TFT LCD Module
×1

Software apps and online services

STONE TOOL BOX (GUI Design software)

Story

Read more

Custom parts and enclosures

Real view of USB download connection board of STONE on computer USB

Real view of USB download connection board of STONE on computer USB

Code

Untitled file

C/C++
Serial.write(0xA5); //"A5" is the header character.

            Serial.write(0x5A); //"5A" is the header character.

            Serial.write(0x05);

            Serial.write(0x82);

            Serial.write(0x00); // Address of the data variable

            Serial.write(0x20); // Address of Data Variables

            Serial.write(0x00);

            Serial.write(0x01);

// -----------------------------------------------------------------

            Serial.write(0xA5); // "A5" is the header character

            Serial.write(0x5A); // "5A" is the header character

            Serial.write(0x05);

            Serial.write(0x82);

            Serial.write(0x01); // The address of Word ard

            Serial.write(0x60); // Address of Word ard.

            Serial.write(0x00);

            Serial.write(0x01);

// -------------------------------------------------------------------------

            Serial.write(0xA5); // "A5" is the header character

            Serial.write(0x5A); // "5A" is the header character

            Serial.write(0x05);

            Serial.write(0x82);

            Serial.write(0x01); //address of slide control

            Serial.write(0x80); //address of slide control

            Serial.write(0x00);

            Serial.write(0x01);

Credits

vincomgo

vincomgo

1 project • 0 followers

Comments