We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
hi, we are using lpc3250 board with lcd interface. we tried to display some text in lcd. we used the font (Font_16x24_h.h) from example folder (C:\Keil\ARM\Boards\Keil\MCB2929\BlinkyCAN). but we are getting mirror image of text in display. if we want use this file, need to change anything in file? would like to know where to modify this file? thanks
mirror image? u mean everything is back to front? or *** over ***?
lots of lcds have signals to invert left/right and up/down display.
check them first.
Hello
This is indeed an issue of different LCD screens used. I saw this issue a few years ago. It was corrected in MDK - but this could be corrected in the LCD C file: reverse a number and it will work: perhaps the Horizontal GRAM Start Address (or vertical) ? I can't remember - but it shouldn't be too hard to figure out.
Bob