You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Add code here#if BOARD_LICHEEDAN#if OV5640
lcd_set_direction(DIR_YX_RLUD);#else
lcd_set_direction(DIR_YX_RLDU);<-- face upside down
#endif### Document version
Which branch are you on? If you know the Git revision then add it here as well.
### Hardware
Which hardware do you use?
GROVE AI HAT with OV2640 camera
### System
What system do you use??
The text was updated successfully, but these errors were encountered:
Make sure you read and understand this document.
Use one of the two templates below and delete the rest.
Expected behavior
face right side up
Actual behavior
face upside down
Test code
Provide a Minimal, Complete, and Verifiable example which will reproduce the problem.
The text was updated successfully, but these errors were encountered: