About 50 results
Open links in new tab
  1. 2.0" 320x240 Color IPS TFT using ST7789 on STM32U5 ...

    Nov 6, 2024 · Hey, I am trying to find drivers for a 320x240 adafruit display that work on the STM32U5 without using the HAL. I cannot seem to find anyone who has a ST7789 driver that does not use the …

  2. Solved: ST7789 not working - STMicroelectronics Community

    Jul 7, 2023 · ‎ 2023-09-14 11:21 AM Hi Xisco, Thanks buddy I found these small SPI screens are fussy about how you connect the SPI wires and power wires and best like too use PCB tracks where …

  3. NUCLEO-F401RE and LCD/TFT screen (ST7789+XPT2046 drivers)

    Sep 5, 2024 · The ZIP with the source codes from Waveshare also contains the ioc files of the projects for STM32, which are based on STM32F103 but can be converted to STM32F401. PA5 is already …

  4. ST7789 - STMicroelectronics Community

    Jul 1, 2024 · According to the datasheet, what is the maximum speed of the ST7789 for the SPI protocol? If we use an LCD with the ST7789 driver and connect it via the SPI protocol to a …

  5. ST7789 spi dma library - STMicroelectronics Community

    Nov 28, 2021 · I made some changes in the st7789 library: I set dma for spi2 from cube mx I changed the HAL_SPI_Transmit () functions to HAL_SPI_Transmit_DMA () in the st7789.c file. Data was sent …

  6. Solved: Unable to display anything on ST7789 screen via NU ...

    Oct 31, 2022 · Unable to display anything on ST7789 screen via NUCLEO STM32F070RB

  7. Solved: Running an external LCD using ST7789H2 driver usin ...

    Mar 24, 2025 · Hi Team, I am a complete beginner. I am working on a project using STM32F429 DISC1 to drive an external LCD using LTDC (parallel RGB interface) using the ST7789H2 driver. Currently, I …

  8. ST7789 interface with STM32F429 using RGB565 - STMicroelectronics

    Jun 12, 2020 · Hello, I am trying to interface ST7789 display with STM32F429 using RGB 565 interface. I have used the st7789 library from STM32F4 package

  9. Solved: SPI interface to LCD with DMA - STMicroelectronics Community

    Nov 12, 2024 · I'm using SPI on STM32H563 with DMA to interface to a ST7789 LCD controller. During the LCD initialization I'm using a loop to send a series of command/data bytes using the …

  10. Problems with ST7789 LCD code (MCD Application Team)

    Apr 7, 2024 · The built-in LCD didn't work, so I connected an external 280x240 ST7789 LCD to SPI1. Before porting my ST7789 code, I tried to use the library offered by the examples in the latest …