Skip to content

LVGL sample does not work with MXChip / AZ3166 (on Mac M1) #61324

Closed Answered by jfischer-no
danuw asked this question in Q&A
Discussion options

You must be logged in to vote

2. Build the solution for that board and that screen shield west build -b az3166_iotdevkit . -- -DSHIELD=ssd1306_128x64

You cannot use -DSHIELD=ssd1306_128x64 because your board does not provide i2c_arduino nodelabel and already has description for ssd1306 display controller. ssd1306_128x64 shield works fine with samples/subsys/display/lvgl.
For az3166_iotdevkit you need to provide proper LVGL configuration -DCONFIG_LV_Z_BITS_PER_PIXEL=1 -DCONFIG_LV_COLOR_DEPTH_1=y , e.g. west build -b az3166_iotdevkit . -- -DCONFIG_LV_Z_BITS_PER_PIXEL=1 -DCONFIG_LV_COLOR_DEPTH_1=y

Not a bug.

Replies: 6 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@danuw
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@danuw
Comment options

Answer selected by danuw
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
3 participants
Converted from issue

This discussion was converted from issue #61302 on August 09, 2023 08:13.