-
Notifications
You must be signed in to change notification settings - Fork 37
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
LCD: Make the text left-aligned #41
Comments
Agreed. For now, if you hadn't seen it, the dimensions are 12x5 characters, and there is automatic word-wrapping it seems. (https://github.com/minetest-mods/digilines/blob/master/lcd.lua#L27) |
There are other mods which add other lcds, eg.: https://forum.minetest.net/viewtopic.php?t=20794 |
With #64, you will have the option to use multiple spaces or characters not in the very limited charset (like EDIT: Please note that while you now can use chars like |
#64 is merged, you can now just add spaces to the right of the line until it is full:
This will send |
Center alignment annoys. It is nice for signs, but the LCD should avoid that.
Also, the LCD dimensions (in letters) should be documented.
The text was updated successfully, but these errors were encountered: