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

[Feature] setModeHdmaWindowEx #247

Open
malayli opened this issue Sep 3, 2023 · 0 comments
Open

[Feature] setModeHdmaWindowEx #247

malayli opened this issue Sep 3, 2023 · 0 comments
Assignees

Comments

@malayli
Copy link
Collaborator

malayli commented Sep 3, 2023

Feature request

Create the function setModeHdmaWindowEx where channel numbers can be passed in parameters:

/*! \fn  setModeHdmaWindow(u8 bgrnd, u8* hdmatableL,u8* hdmatableR)
    \brief Do a window  effect on screen. Use HDAM Channels 4 & 5.
    \param bgrnd background for the windows effect  (value MSWIN_BG1..MSWIN_BG4)
    \param bgrndmask background mask (inside, outside) for the windows effect  (value MSWIN1_BG13MSKIN..MSWIN1_BG13MSKIN)
    \param hdmatableL table with windows effect on the left
    \param hdmatableR table with windows effect on the right
    \param channel1 the channel 1
    \param channel2 the channel 2
*/
void setModeHdmaWindowEx(u8 bgrnd, u8 bgrndmask,u8* hdmatableL,u8* hdmatableR, u8 channel1, u8 channel2);

So it allows to use other channels than the default channels 4 and 5.

Is it possible to create this function?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants