JonHarrison

  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 1

Activity overview

Latest activity by JonHarrison
  • JonHarrison commented,

    I use this functionvoid TFT_24_7789_ReadID(){TFT_24_7789_Write_Command(0x0004); /* read display ID */uint8_t id[4]; id[0] = TFT_24_7789_Read_Data(); /* dummy read */ id[1] = TFT_24_7789_Read_Data()...

  • JonHarrison created a post,

    NHD-2.4-240320CF-CSXN#-F Brightness Adjustment

    I have been trying to adjust the brightness of this 2.4" TFT using the ST7789S controller commands without success.As a test    TFT_24_7789_Write_Command(0x0053); /* WRCTRLD Write CTRL display */  ...