Skip to content

This python module allows to simulates a classic LCD on screen, so there is no need to attach a real one for testing. May be used to duplicate the showed data into this simulation and a physical one at same time.

License

Notifications You must be signed in to change notification settings

2BRobots/virtualLCD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

virtualLCD

This python module allows to simulates a classic LCD on screen, so there is no need to attach a real one for testing. May be used to duplicate the showed data into this simulation and a physical one at same time.

Screenshot

Please note that only basic functions are available at the moment just as shown here in the main function. You can't send '\n' in the text for new line, it will be ignored instead use "set_cursor". If the text if bigger than the available cols it will be displayed automatically at the next available row. Any text longer than the LCD available space will be discarted.

This module is designed to work on Pyhton 3, tkinter module is required.

Install script missing at the moment, to use the module only include a copy of it in the same folder your project is. Also compatible with Python2, but not tested yet.

Copyright (c) 2018 2BRobots

Author: dannimakes

About

This python module allows to simulates a classic LCD on screen, so there is no need to attach a real one for testing. May be used to duplicate the showed data into this simulation and a physical one at same time.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages