• 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...
  • 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.
  • 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.
  • 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...
  • how to use mbed library on Keil MCB1760 lpc1760 m3 board
    Hello, Is it possible to use the mbed libraries on the Keil 1760 dev board? What must be done? Is it a bad idea? Thanks.