Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Platform Development: Display #83

Open
patchworquill opened this issue Nov 23, 2020 · 0 comments
Open

Platform Development: Display #83

patchworquill opened this issue Nov 23, 2020 · 0 comments
Assignees
Labels
Platform Tasks related to Platform Subteam of gVent

Comments

@patchworquill
Copy link
Collaborator

Implement display writing via I2C to LCD.

Must display ASCII character set to a 16x2 LCD display.

Useful information about 16x2 displays, with special reference for STM32 code, available via embedded-work.com

About 16×2 LCD Display

16×2 LCD Display means. It can display 16 character /16 column per line, It has two lines on Display
Single character display in 5×7 matrix pixels.
LCD Display operates on Commands(means Instruction) given from Microcontroller, All commands are predifined in Commnad Register of LCD.
Command is Instruction for LCD like Initialization, Clear Screen, Set cursor etc
Data register stored Data which is Displayed on Screen.
Data is a ASCII value of character is to be displayed on LCD screen.

@patchworquill patchworquill added the Platform Tasks related to Platform Subteam of gVent label Nov 23, 2020
@patchworquill patchworquill self-assigned this Nov 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Platform Tasks related to Platform Subteam of gVent
Projects
None yet
Development

No branches or pull requests

1 participant