mirror of
https://github.com/Spritetm/minimacplus.git
synced 2024-12-03 08:51:23 +00:00
forgot a file
This commit is contained in:
parent
4f6508ece7
commit
dfb9d3ab9f
17
firmware/components/tme-esp32/Kconfig
Normal file
17
firmware/components/tme-esp32/Kconfig
Normal file
@ -0,0 +1,17 @@
|
||||
menu "Tiny Mac Emulator options"
|
||||
|
||||
choice TME_DISP
|
||||
prompt "Display"
|
||||
default TME_DISP_MIPI
|
||||
help
|
||||
Select the display to output
|
||||
|
||||
config TME_DISP_MIPI
|
||||
bool "Subpixel scaled 320x320 MIPI display"
|
||||
|
||||
config TME_DISP_WROVER
|
||||
bool "Cropped 320x240 display on Wrover-Kit"
|
||||
|
||||
endchoice
|
||||
|
||||
endmenu
|
Loading…
Reference in New Issue
Block a user