Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create some page in docs about possible build flags #179

Open
frostmorn opened this issue Dec 28, 2024 · 0 comments
Open

Create some page in docs about possible build flags #179

frostmorn opened this issue Dec 28, 2024 · 0 comments
Labels
scope:docs Improvements or additions to documentation

Comments

@frostmorn
Copy link
Collaborator

frostmorn commented Dec 28, 2024

Currently added only by me are:

USE_EXT_SPI_FOR_SD maps sdcard on spi1, and uses extension header pins :
SPI2_SCK 12
SPI2_MISO 13
SPI2_MOSI 14
SPI2_DEV1_CS 21

FMANAGER_DEBUG enables logging for FileManagerApp

also already exist

NESAPP_INTERLACED to render half of frame in NesApp, odd/even rows of pixels so half per frame.
render full frame(default)

KEIRA_SCREENSHOT_BMP to make screenshots in BMP format. PNG(default)

LILKA_BREADBOARD reduces display spi speed to 40 mHz, 80mHz (default)

KEIRA_RAM_ICON should show ram usage on panel in an icon format instead of numbers(default)

Probably some others, I've zero idea about, anyways, cause their number rise we should create doc for them.

Also worth mentioning some other ones like ARDUINO_USB_CDC_ON_BOOT, CORE_DEBUG_LEVEL etc.

LILKA_BLE after merging #199
would allow to control BLE feature. Note: Doom stucks if BLE enabled now

@frostmorn frostmorn added the scope:docs Improvements or additions to documentation label Dec 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
scope:docs Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant