• 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...
  • MCB1760 GLCD - Display is mirror-reversed
    Hi- Just got the first hardware here, the MCB1760. Thinks look like they're working nicely, except every demo that uses the GLCD produces a mirror-image of what I would expect. Any ideas? I haven't...
  • 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...
  • MCB1760 GLCD - Display is mirror-reversed
    Hi- Just got the first hardware here, the MCB1760. Thinks look like they're working nicely, except every demo that uses the GLCD produces a mirror-image of what I would expect. Any ideas? I haven't...
  • issue in display of usb using LPC1758 microcontroller
    i am using LPC1758 microcontroller and i have write a program to connect USB to computer. when i debug my program, my device is displaying in device manager but not in connected devices in computer. what...