espressif / esp-who

Face detection and recognition framework
Other
1.67k stars 466 forks source link

trouble in code recognition example test on ESP32-S3-EYE board (AIV-571) #238

Closed maochonghao closed 1 year ago

maochonghao commented 1 year ago

use code recognition example in example follow with steps in readme.md ,it can recognition code successful but can't show bitmap in st7789 screen。if there's some bug?

jestebanes commented 1 year ago

Hello, same problem here I found that pins in app_peripherals.h for LCD are wrong, you need to use the pins in the file components->modules->LCD->who_lcd.h Here are the correct values

define BOARD_LCD_MOSI 47

define BOARD_LCD_MISO -1

define BOARD_LCD_SCK 21

define BOARD_LCD_CS 44

define BOARD_LCD_DC 43

define BOARD_LCD_RST -1

define BOARD_LCD_BL 48

Auroragan commented 1 year ago

Thanks! Fixed the pins for s3-eye-v1.1 at latest master. Please try again.