Skip to content

Open source online editor to easily design LCD custom characters with self generating code.

License

Notifications You must be signed in to change notification settings

muhammadhamzasajjad/chareditor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

alt text LCD Custom Character Editor

Open source online editor to easily design LCD custom characters with self generating code.

Web tool available here: Character Editor

Usage

Click pixels to generate a custom character for your Arduino microcontroller. Use the LCD 16x2 preview to visualize your custom characters, swap between the preview pixels by clicking on them.

There are many different tools to edit your current character: clear, invert, mirror, copy, paste, shifts and more. Use the icons at the left of the editor to perform this actions.

Code will automatically update after every change you make. You can rename your character by using the text box above the pixel editor. Code options are available at the left of the code box. Some options are: automatic copy (which copies the code to your computer clipboard after every change), include #define, hex datatype and more. Use the checkboxes to activate these options as desired.

Author's note

The aim of this tool is to facilitate the design of custom characters for your microcontroller. I am looking forward to seeing your fantastic characters creations. Therefore a share option is in progress.

I started coding this with three weeks of web programming experience, hence the code might be modified as I keep learning more about it. If you find anything that can be improved please read the contributing file.

With this said, enjoy and create fantastic custom characters!

Enjoy,
Alejandro

Supporters

This is a private space reserved for those kind people that supported this project.

Contributors

Here a list of the people that have contributed with this project in any form. If you wish to be part of this project refer to the contributing file.

  • Alejandro Santiago - Initial work - alestiago

License

This project is described to be open source, collective collaboration is encouraged. This project is currently under the GPL-3.0 license. Refer to LICENSE.md for more details.

About

Open source online editor to easily design LCD custom characters with self generating code.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 74.8%
  • JavaScript 17.9%
  • CSS 7.3%