package project.lvgl.cmd

@AutoCmd
@Cmd(name="lvgl_gpio_test", help="LVGL test stm32f429i", man="")
@BuildDepends(third_party.lib.lvgl)
@BuildDepends(third_party.lib.lvgl_display_port_api)
module lvgl_gpio_test {
	@IncludePath("$(CONF_DIR)")
	source "lvgl_gpio_test.c"

	@NoRuntime depends third_party.lib.lvgl
	@NoRuntime depends third_party.lib.lvgl_display_port_api
}

