• SSD 1963 Solomen systech LCD display
    Dear Sir, Im new to writing LCD display code, we are using TM4C129 TEXAS TIVA-c series ARM controller and LCD display SSD1963 solomen systech.Please guide me to writing the LCD Display code.
  • i need tft font libarary
    hi friends i am using 7 inch tft i want to display some numbers,dimensions like 48*72 anyone please help me. do u have code just send me
  • Font size
    How can I change font type and size for the Output Window
  • TFT display on STM32F103RDT6
    Hi everyone, I need help for setting up TFT display on STM32F103RDT6. I'm using display DT028TFT with R61505U driver. DATA pins: PB0(0), PB1(1), PA2(2), PB3(3), PB4(4), PB5(5), PB6(6), PB7(7...
  • Modulus calculation large numbers
    Having trouble calculating modulus keep end up in DAbt_Handler. Is there issue with large numbers here? U32 result calc_mod (U32 *a, U32 *b){ return *a % *b; } typical values for a=0x496f6e77...