diff options
| author | mrfaptastic <12006953+mrfaptastic@users.noreply.github.com> | 2023-02-19 16:47:52 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-19 16:47:52 +1000 |
| commit | 6cd5c72a239c4622a15c6724d92a37219538304e (patch) | |
| tree | 457b7f15ccbcaec922fc39585dac0f91bacb38b1 /src | |
| parent | 48d89f9d3f48aad7d9551425c7c48d9b9ab90671 (diff) | |
Update ESP32-VirtualMatrixPanel-I2S-DMA.h
Diffstat (limited to 'src')
| -rw-r--r-- | src/ESP32-VirtualMatrixPanel-I2S-DMA.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/ESP32-VirtualMatrixPanel-I2S-DMA.h b/src/ESP32-VirtualMatrixPanel-I2S-DMA.h index ea49388..cf5324a 100644 --- a/src/ESP32-VirtualMatrixPanel-I2S-DMA.h +++ b/src/ESP32-VirtualMatrixPanel-I2S-DMA.h @@ -11,14 +11,14 @@ However, the function of this class has expanded now to also manage the output for - 1) HALF scan panels = Two rows updated in parallel. - * 64px high panel = (incorrectly) referred to as 1/32 scan - * 32px high panel = (incorrectly) referred to as 1/16 scan - * 16px high panel = (incorrectly) referred to as 1/8 scan + 1) TWO scan panels = Two rows updated in parallel. + * 64px high panel = sometimes referred to as 1/32 scan + * 32px high panel = sometimes referred to as 1/16 scan + * 16px high panel = sometimes referred to as 1/8 scan 2) FOUR scan panels = Four rows updated in parallel - * 32px high panel = (incorrectly) referred to as 1/8 scan - * 16px high panel = (incorrectly) referred to as 1/4 scan + * 32px high panel = sometimes referred to as 1/8 scan + * 16px high panel = sometimes referred to as 1/4 scan YouTube: https://www.youtube.com/brianlough Tindie: https://www.tindie.com/stores/brianlough/ |
