From c54355a97b00e03293ccc70bc3c7a580fb12ebed Mon Sep 17 00:00:00 2001 From: fhchl Date: Mon, 4 Oct 2021 13:02:59 +0200 Subject: [PATCH 1/2] Update Gui.h fix description of `Gui.setBuffer` --- libraries/Gui/Gui.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/Gui/Gui.h b/libraries/Gui/Gui.h index ff5192148..7ea8d3b51 100644 --- a/libraries/Gui/Gui.h +++ b/libraries/Gui/Gui.h @@ -60,7 +60,7 @@ class Gui // BUFFERS /** * Sets the buffer type and size of the container. - * @param bufferType type of the buffer, can be float (f), int (i) or char (c) + * @param bufferType type of the buffer, can be float (f), int (d) or char (c) * @param size Maximum number of elements that the buffer can hold. * @retur Buffer ID, generated automatically based on the number of buffers and * the order on which they have been created. From 7af2a85326a77215907c6653947820759ac43955 Mon Sep 17 00:00:00 2001 From: fhchl Date: Mon, 4 Oct 2021 13:08:49 +0200 Subject: [PATCH 2/2] Update Gui.h --- libraries/Gui/Gui.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/Gui/Gui.h b/libraries/Gui/Gui.h index 7ea8d3b51..23e8a00e7 100644 --- a/libraries/Gui/Gui.h +++ b/libraries/Gui/Gui.h @@ -60,7 +60,7 @@ class Gui // BUFFERS /** * Sets the buffer type and size of the container. - * @param bufferType type of the buffer, can be float (f), int (d) or char (c) + * @param bufferType type of the buffer, can be float (f), int32 (d) or char (c) * @param size Maximum number of elements that the buffer can hold. * @retur Buffer ID, generated automatically based on the number of buffers and * the order on which they have been created.