View Single Post
Old 02-06-2024, 08:15 AM   #199 (permalink)
t vago
MPGuino Supporter
 
t vago's Avatar
 
Join Date: Oct 2010
Location: Hungary
Posts: 1,807

iNXS - '10 Opel Zafira 111 Anniversary

Suzi - '02 Suzuki Swift GL
Thanks: 828
Thanked 708 Times in 456 Posts
Quote:
Originally Posted by FlashStopFall View Post
Happy to see you are still updating this occasionally!

I'm currently breadboarding the legacy MPGuino setup with the hopes of making a small prototyping board, and maybe even making some PCB's.

Is there a way to display the characters on the display upside down from the default? As in, the display is upside down in my current configuration. I haven't been able to figure it out myself yet. :-)
If I understand you correctly, your LCD display would be oriented upside down. If that is the case, it is not possible to modify the code to have the characters displayed upside down. You would have to somehow re-orient your setup to have the LCD display right-side up.

This is because the various LCD character bitmaps (for the digits 0 through 9, letters, etc) are hardcoded into the LCD display itself, and the bitmaps only support a right-side-up display. There are only 8 total programmable characters in the LCD display, and they are currently being used by my MPGuino code to display graphs and to do the spiffy trip labels.

Here is a graphic showing a typical LCD display character bitmap.

Attached Thumbnails
Click image for larger version

Name:	LCDs_12_CharSet_01.jpg
Views:	70
Size:	132.0 KB
ID:	34505  
  Reply With Quote
The Following User Says Thank You to t vago For This Useful Post:
FlashStopFall (03-25-2024)