mirror of
https://github.com/Spritetm/minimacplus.git
synced 2026-04-26 15:17:51 +00:00
forgot a file
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user