* @brief Clear the dither pattern */
| 383 | * @brief Clear the dither pattern |
| 384 | */ |
| 385 | void clear_dither_pattern () |
| 386 | { |
| 387 | set_dither_pattern (-1); |
| 388 | } |
| 389 | |
| 390 | /** |
| 391 | * @brief Test, if the dither pattern is set |
nothing calls this directly
no test coverage detected