C/코딩

ILI9341 lcd 제어

동바리 2022. 9. 6. 15:44

ili9341.pdf
3.38MB

본 글은 stm32의 예제를 따라가며 작성합니다. 틀린 부분 지적해주시면 감사하겠습니다.

 

초기화 단계

  1. 어떤 인터페이스를 이용하느냐 → i2c
  2. 간단한 다이어그램은 아래와 같습니다.
    stm32 chip LTDC <-> LCD driver (ex ILI9341) <-> lcd-tft panel
  3. 어떤 제어 명령을 내려야하느냐
    • level 1 command register 제어
    • level 2 command register 제어
    •  
     

level 1 command register 제어
level 2 command register 제어