From b6da8ea09a84004354edf720cbd2c7d76f20d767 Mon Sep 17 00:00:00 2001 From: mrfaptastic <12006953+mrfaptastic@users.noreply.github.com> Date: Sat, 28 Nov 2020 08:39:35 +0000 Subject: Change library name --- framebuffer_memory.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'framebuffer_memory.md') diff --git a/framebuffer_memory.md b/framebuffer_memory.md index 9f31088..982d40f 100644 --- a/framebuffer_memory.md +++ b/framebuffer_memory.md @@ -48,4 +48,4 @@ Given it's possible to display 128x32 with double buffering in approx. 100kB of # Caveats -Experimentation will be required as available memory is highly dependant on other stuff you have in your sketch. It is best to include and use the 'ESP32-RGB64x32MatrixPanel-I2S-DMA' library as early as possible in your code and analyse the serial output of `heap_caps_print_heap_info(MALLOC_CAP_DMA)` to see what DMA memory blocks are available. +Experimentation will be required as available memory is highly dependant on other stuff you have in your sketch. It is best to include and use the 'ESP32-HUB75-MatrixPanel-I2S-DMA' library as early as possible in your code and analyse the serial output of `heap_caps_print_heap_info(MALLOC_CAP_DMA)` to see what DMA memory blocks are available. -- cgit v1.3.1