Skip to content

Commit

Permalink
fix: change language of code snippets in lib/gui/README.md from ardui…
Browse files Browse the repository at this point in the history
…no to cpp

Signed-off-by: Aditya Agarwal <[email protected]>
  • Loading branch information
Aditya-A-garwal committed Mar 27, 2024
1 parent 25366fb commit 90c78fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/gui/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ The framework provides the `App` class, which acts as the root of the widget-tre

A minimal program to demonstrate this is shown below -

```arduino
```cpp
#include "Arduino.h"

#include "Adafruit_GFX.h"
Expand Down Expand Up @@ -163,7 +163,7 @@ flowchart

All widgets that implement `InteractiveWidget` allow the registration of callbacks. The following example uses two buttons and callbacks to switch between views -

```arduino
```cpp
#include "Arduino.h"

#include "Adafruit_GFX.h"
Expand Down

0 comments on commit 90c78fd

Please sign in to comment.