|
|
static constexpr bool | scrollSkewed = true |
| | scroll the grid skewed (no "bubble" effect
|
| |
|
static constexpr uint8_t | renderBlurAmount = 128 |
| | add more blur
|
| |
|
static constexpr uint8_t | dstBufIdx = 0 |
| | Main buf. used for the grid.
|
| |
|
static constexpr uint8_t | srcBufIdx = 1 |
| | Sec. buf. used for smooth grid.
|
| |
|
static constexpr uint8_t | tempBufIdx = 2 |
| | Temporary buffer for copies.
|
| |
|
static constexpr uint8_t | scrollAmount = 1 |
| | Scroll each update.
|
| |
| static constexpr bool | loadFullOnReset |
| | If true, the first call of loop will load the whole grid. False will load gradually.
|
| |
◆ loadFullOnReset
| constexpr bool lampda::modes::draw::grid::LineRuleConfig::loadFullOnReset |
|
staticconstexprinherited |
Initial value:
If true, the first call of loop will load the whole grid. False will load gradually.
The documentation for this struct was generated from the following file: