Это видео недоступно.
Сожалеем об этом.

How to Interface The ILI9341 TFT display with STM32 using SPI Communication

Поделиться
HTML-код
  • Опубликовано: 16 апр 2023
  • #simulation #proteus8 #proteus #stm32 #SPI #stm32cubeide #TFT display
    #ili9341
    This project, we will explore the integration of STM32 microcontrollers and ILI9341 TFT displays using the Serial Peripheral Interface (SPI) communication protocol.
    ___________________________________________________________________________
    For more details visit theembeddedthi...

Комментарии • 21

  • @wyatt889
    @wyatt889 6 месяцев назад

    Huge thanks for this!! Helped me get the display running from my nucleo-f446re for a school project!

    • @theembeddedthings
      @theembeddedthings  6 месяцев назад +1

      You're welcome! I'm thrilled to hear that the information was helpful for your school project. If you have any further questions or need additional assistance, feel free to reach out. Good luck with your project!

  • @goodn1051
    @goodn1051 Год назад +3

    a talk walk through would have made it even better

    • @theembeddedthings
      @theembeddedthings  Год назад +2

      Thanks for your feedback! You're absolutely right. I understand how a talk walk-through could have added more value to the video To address this, I've actually prepared a detailed article explaining the entire creation process step by step. Feel free to check it out in the video's description

    • @goodn1051
      @goodn1051 Год назад +1

      @@theembeddedthings that will be great..... this is my first video on learning embedded systems -STM32 and displays.. your videos are great

  • @user-wh6qh4bm2k
    @user-wh6qh4bm2k 4 месяца назад +1

    nice work

  • @helbertdesa2344
    @helbertdesa2344 Год назад +2

    excellent

  • @user-tx8en1ol1o
    @user-tx8en1ol1o 3 месяца назад +1

    My code is exceeding flash memory, what could I be doing wrong?
    region `FLASH' overflowed by 11752 bytes

    • @theembeddedthings
      @theembeddedthings  3 месяца назад +1

      To optimize your source code, try commenting out some functions and then compile again to see if the byte overflow in the flash memory decreases. This can help you identify which parts of your code are consuming the most memory

    • @user-tx8en1ol1o
      @user-tx8en1ol1o 2 месяца назад +1

      @@theembeddedthings Thanks, I had to comment on testing

    • @theembeddedthings
      @theembeddedthings  2 месяца назад

      Happy to hear that your test worked! Another tip is to look for large data structures or variables that might be taking up a lot of space. Try to use smaller data types or reduce the size of arrays where possible. Additionally, you could optimize your algorithms to be more memory-efficient or use compiler optimization flags to reduce code size

  • @jmtransmissores9175
    @jmtransmissores9175 10 месяцев назад +1

    Hello, what is the image converter program do you use to place images. I use ImageConvert 565 but it gives an error in the colors. If it is paid, tell me how much it costs and how to acquire it, thank you. your work very good.

    • @martinhladik1422
      @martinhladik1422 6 месяцев назад

      did you find correct converter program? I have the same problem. thank you

    • @theembeddedthings
      @theembeddedthings  6 месяцев назад

      @jmtransmissores9175 Sorry for the late response. Here is the correct link for the lcd converter: lcd-image-converter.
      If you have any more questions or need further assistance, feel free to ask

    • @theembeddedthings
      @theembeddedthings  6 месяцев назад +1

      sourceforge.net/projects/lcd-image-converter/

    • @jmtransmissores9175
      @jmtransmissores9175 6 месяцев назад

      @@theembeddedthings works perfectly thanks

    • @yuppe8412
      @yuppe8412 4 месяца назад +1

      I used lcd image converter but when i draw it on the display the colors are broken and not the same with the original image
      Any toturial with this software?