• glcd in lpc1758 does not display
    i am using lpc1758 microcontroller and to display on lcd, i have done the interfacing of glcd with microcontroller through SPI. now i am sending data but no display.
  • getting mirror image in lcd
    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...
  • mirror images in star12 controllers
    Can you tell me what is the advantage of using mirror images of memory? Why we are accessing those images both in paged and unpaged locations in star12 controllers
  • Executing in a Rom mirror
    Hello Forum, I've written a program, which extensively uses PEC, therefore I need a lot of ram in segment 0. To do this, I've modified the startup code to including a part, which copies the vector table...
  • Problem in displaying integer/number GLCD
    i am unable to display numbers in glcd example like digit 13.By using below code . int32_t GLCD_DrawChar(uint32_t x, uint32_t y, int32_t ch); int x=50 + (acc.x * 25/1000); int y=50 + (acc.y * 25...