IT/Platform47 [아두이노] ESP32-2423: #3 PlatformIO & Touch 2024.11.24LVGL까지는 성공해서 화면이 잘 나왔지만 터치가 인식되지 않는다.판매자 페이지 링크와 모델명이 조금 달라서 ESP32-2432S028로 검색.다운받은 모델은 S024https://github.com/witnessmenow/ESP32-Cheap-Yellow-Display GitHub - witnessmenow/ESP32-Cheap-Yellow-Display: Building a community around a cheap ESP32 Display with a touch screenBuilding a community around a cheap ESP32 Display with a touch screen - witnessmenow/ESP32-Cheap-Yellow-Displaygithub.. 2024. 11. 24. [아두이노] ESP32-2423: #2 PlatformIO & LVGL 2024.11.24LVGL 테스트 -> 3_4-5_LVGL_Arduino의 내용을 현재 *.ino 에 복붙 했다.platformio.ini에도 라이브러리 추가lib_deps = https://github.com/bodmer/TFT_eSPI#v2.4.61 https://github.com/lvgl/lvgl.git#v8.3.3monitor_speed = 115200빌드 -> lv_demo_widgets이 없다고 에러lv_conf_template.h를 lv_conf.h로 복사하고 수정#if 1 /*Set it to "1" to enable content*//*=================== * DEMO USAGE ====================*//*Show some widget. It .. 2024. 11. 24. [아두이노] ESP32-2423: #1 PlatformIO & TFT_eSPI 2024.11.23ESP32 + 2.4" LCD 보드가 며칠전 도착업체 설명 페이지에 있던 링크에서 파일 다운로드http://pan.jczn1688.com/pd/1/ESP32%20module/2.4inch_ESP32-2432S024.zip?signature=805908560078de8ef3afa0a055ba59a3c7b9495102fd022798b1ec12abfd403f7481b6101a9bcf1d8667c6c1516b45139cd42b9627deb179acce7fe93eead9cf압축 풀면 예제, 문서가 있다데모에서 TFT_RAINBOW를 PlatformIO로 빌드 시도PlatformIO에서 아두이노 프로젝트 임포트빌드 -> TFT_eSPI 못찾는 에러platformio.ini에 extra includ.. 2024. 11. 23. [TFT LCD] ili9488 LVGL 재도전 #4 EEZ & LOLIN & PlatformIO 2024.11.03EEZ로 생성된 UI를 적용하여 컴파일 에러를 다 잡았다. 실행하면 Serial로 좌표값은 넘어오는데, 화면이 안나온다.녹칸다님 예제와 1:1 비교를 해서 수정 그래도 화면은 안나온다.TFT_eSPI 관련 함수를 따라가다보니 TFT_eSPI .h 의 버전이 다르다.git에서 받은 것은 2.5.43화면이 나오는 버전은 2.4.61디렉토리를 복사해서 사용하니 화면이 나온다. [env:esp32dev]platform = espressif32board = esp32devframework = arduinomonitor_speed = 115200 Dependency Graph |-- lvgl @ 8.3.6 |-- TFT_eSPI @ 2.4.61 |-- TFT_Touch @ 0.3 |-- ui#de.. 2024. 11. 3. [TFT LCD] ili9488 LVGL 재도전 #3 STM32F103 2024.11.02LOLIN-D32에서 성공 후 STM32F103로 가려다 보니 또 난관 1. PC와 연결하면 인식 못한다.2. 자료를 찾아보면 부트로더를 설치해야 한다고 한다.3. 부트포트에 대한 정보는 디바이스마트 제품 설명 문서를 참고, 중국어라 모르겠다 중국어 번역코어 보드 온라인 디버깅은 stlink SWD 모드를 사용합니다.코어보드에 연결된 4개의 라인에 해당 G--GNDCLK--SWCLKIO--SWDIOV3--3.3V코어 보드 시작 모드 및 핀 배열은 다음과 같습니다.기본값은 플래시 시작 모드입니다.BOOT0 BOOT1 MODE 0 X FLASH 1 1 SRAM 1 .. 2024. 11. 2. [TFT LCD] ili9488 LVGL 재도전 #2 2024.11.01구글링 하다보니 UI 생성하는 다른 툴이 있다.https://www.envox.eu/studio/studio-introduction/ EEZ Studio | EEZFor communication with instruments, the so-called IEXT (Instrument EXTension) is used. EEZ Studio has an online catalog of approved IEXTs for the EEZ H24005, EEZ BB3 and several other well-known manufacturers’ instruments. New IEXTs can be created in EEZwww.envox.eu완전 무료라 다운받아서 만들어 봤다.녹칸다님 강의를 참고.. 2024. 11. 1. 이전 1 2 3 4 ··· 8 다음