Skip to content

Platform Development: Display #83

Description

@patchworquill

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.

Metadata

Metadata

Assignees

Labels

PlatformTasks related to Platform Subteam of gVent

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions