Skip to content

Commit 1c4b23a

Browse files
committed
Example moved to turbo
1 parent 9d73ffa commit 1c4b23a

1 file changed

Lines changed: 10 additions & 6 deletions

File tree

examples/arduino32/Stm32DashEth/Stm32DashEth.ino

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
/**
2-
* This is a simple demo application for Stm32Duino based boards. It just showcases many of the types of editor that
3-
* are available. By default it is setup for an OLED screen and a rotary encoder, although it could be moved to use
4-
* many other different display and input technologies.
2+
* This is a complete demo application for Stm32Duino based boards. It showcases
3+
* many of the types of editor that are available. By default, it is setup for an
4+
* OLED screen and a rotary encoder, although it could be moved to use many other
5+
* different display and input technologies.
56
*
6-
* It demonstrates the use of the card menu layout, where items are shown one at a time as you scroll through them,
7-
* configuring some items to use larger than usual fonts, and other items to render as icons. It also has an ethernet
8-
* network remote included too.
7+
* For a simpler Stm32 example, look at one button instead.
8+
*
9+
* It demonstrates the use of the card menu layout, where items are shown one at a
10+
* time as you scroll through them, configuring some items to use larger than usual
11+
* fonts, and other items to render as icons. It also has an ethernet network remote
12+
* included too.
913
*
1014
* To build your own menu: https://designer.thecoderscorner.com/
1115
* Getting started: https://www.thecoderscorner.com/products/apps/tcmenu-designer/

0 commit comments

Comments
 (0)