Skip to content

Commit

Permalink
kernel: video: add ST7789V LCD driver
Browse files Browse the repository at this point in the history
  • Loading branch information
aiamadeus committed Nov 20, 2024
1 parent c74ed32 commit 71196b2
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions package/kernel/linux/modules/video.mk
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,23 @@ endef

$(eval $(call KernelPackage,fb-tft-ili9486))


define KernelPackage/fb-tft-st7789v
SUBMENU:=$(VIDEO_MENU)
TITLE:=FB driver for the ST7789V LCD Controller
DEPENDS:=+kmod-fb-tft
KCONFIG:=CONFIG_FB_TFT_ST7789V
FILES:=$(LINUX_DIR)/drivers/staging/fbtft/fb_st7789v.ko
AUTOLOAD:=$(call AutoLoad,09,fb_st7789v)
endef

define KernelPackage/fb-tft-st7789v/description
FB driver for the ST7789V LCD Controller
endef

$(eval $(call KernelPackage,fb-tft-st7789v))


define KernelPackage/media-core
SUBMENU:=$(VIDEO_MENU)
TITLE=Multimedia support
Expand Down

0 comments on commit 71196b2

Please sign in to comment.