Skip to content
Snippets Groups Projects
Unverified Commit f3bef84d authored by JayceFayne's avatar JayceFayne Committed by GitHub
Browse files

`ST7565_TIMEOUT 0` and `ST7565_DISABLE_TIMEOUT` should behave the same (#14315)

parent da81e5c7
Branches
No related tags found
No related merge requests found
......@@ -491,7 +491,7 @@ MATRIX_LOOP_END:
#ifdef ST7565_ENABLE
st7565_task();
# ifndef ST7565_DISABLE_TIMEOUT
# if ST7565_TIMEOUT > 0
// Wake up display if user is using those fabulous keys or spinning those encoders!
# ifdef ENCODER_ENABLE
if (matrix_changed || encoders_changed) st7565_on();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment