Skip to content

Commit

Permalink
Support building as micropython USER_C_MODULE.
Browse files Browse the repository at this point in the history
  • Loading branch information
pi-anl committed Oct 22, 2024
1 parent 219785b commit 100cae5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions micropython.mk
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ MICROPY_PORT = $(notdir $(CURDIR))

ifeq ($(MICROPY_PORT),mimxrt)

CFLAGS_USERMOD += -DLV_USE_DRAW_PXP=1
#CFLAGS_USERMOD += -DLV_USE_DRAW_VGLITE=1
CFLAGS_USERMOD += -DLV_USE_DRAW_PXP=1 -DLV_USE_GPU_NXP_PXP=1 -DLV_USE_GPU_NXP_PXP_AUTO_INIT=1
#CFLAGS_USERMOD += -DLV_USE_DRAW_VGLITE=1 -DLV_USE_GPU_NXP_VG_LITE=1

endif

Expand Down

0 comments on commit 100cae5

Please sign in to comment.