You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -17,7 +17,7 @@ In any fork, please ensure all text up to here is left unaltered.
17
17
18
18
Menu designs are built using a designer UI and then generated for the platform. Target platform is anything from Arduino Uno upward to ST32F4 boards and beyond. Tested on many Arduino and mbed boards including Uno, Mega2560, SAMD, Nano, STM32F4 and ESP8266/ESP32 boards. Note that this repository contains just the Arduino/mbed library to meet the requirements in the Arduino specification. For the main repository see the links below. See the list of [Arduino and mbed library and board configurations we test with](https://www.thecoderscorner.com/products/arduino-libraries/)
19
19
20
-
*[TcMenu main repo](https://github.com/davetcc/tcMenu)
20
+
*[TcMenu main repo](https://github.com/TcMenu/tcMenu)
21
21
*[TcMenu main page at TheCodersCorner website](https://www.thecoderscorner.com/products/arduino-libraries/tc-menu/)
22
22
23
23
## Arduino Library Installation
@@ -36,7 +36,7 @@ Install the [tcMenu library dependency](https://platformio.org/lib/show/7316/tcM
36
36
37
37
For designing menu structures we recommend using the TcMenu Designer which can design your menu in a round trip way, generate the code including the correct plugins for your hardware setup. There is a Linux package, notarized version for macOS, and a Windows Installer with an extended validation certificate.
38
38
39
-
All releases are available from: [https://github.com/davetcc/tcMenu/releases]
39
+
All releases are available from: [https://github.com/TcMenu/tcMenu/releases]
40
40
41
41
### Controlling menu items remotely
42
42
@@ -51,10 +51,10 @@ If you are manually using tcMenu, without the designer, this page fully document
51
51
52
52
## Asking questions
53
53
54
-
TheCodersCorner.com invest a lot of time and resources into making this open source product which is used by literally thousands of users. We offer both [commercial support](https://www.thecoderscorner.com/support-services/training-support/) and [C++/Java/Dart consultancy](https://www.thecoderscorner.com/support-services/consultancy/), or if you just want to say thanks, you can also make a donation via [GitHub](https://github.com/davetcc/tcMenu) or use the link below.
54
+
TheCodersCorner.com invest a lot of time and resources into making this open source product which is used by literally thousands of users. We offer both [commercial support](https://www.thecoderscorner.com/support-services/training-support/) and [C++/Java/Dart consultancy](https://www.thecoderscorner.com/support-services/consultancy/), or if you just want to say thanks, you can also make a donation via [GitHub](https://github.com/TcMenu/tcMenu) or use the link below.
55
55
56
56
<ahref="https://www.buymeacoffee.com/davetcc"target="_blank"><imgsrc="https://cdn.buymeacoffee.com/buttons/v2/default-blue.png"alt="Buy Me A Coffee"style="height: 60px!important;width: 217px!important;" ></a>
57
57
58
-
*[discussions section of the tcMenu repo](https://github.com/davetcc/tcMenu/discussions) of tcmenu git repo
58
+
*[discussions section of the tcMenu repo](https://github.com/TcMenu/tcMenu/discussions) of tcmenu git repo
59
59
*[Arduino discussion forum](https://forum.arduino.cc/) where questions can be asked, please tag me using `@davetcc`.
60
60
*[Legacy discussion forum probably to be made read only soon](https://www.thecoderscorner.com/jforum/).
Copy file name to clipboardExpand all lines: examples/arduino32/colorTftEthernet32/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@
9
9
10
10
Out of the box this is built for an MKR board with an I2C 8574 expander and an I2C EEPROM also attached. For simplicity it does not use DHCP to configure the network interface. Just change the address to one within your networks range.
11
11
12
-
In order to connect using the Java API there are two possibilities, either use the connector UI that's shipped with TcMenu, or work with the tcMenu API directly. See [https://github.com/davetcc/tcMenu]. We'll be building out the API in other languages over time, but you can also write directly to the
12
+
In order to connect using the Java API there are two possibilities, either use the connector UI that's shipped with TcMenu, or work with the tcMenu API directly. See [https://github.com/TcMenu/tcMenu]. We'll be building out the API in other languages over time, but you can also write directly to the
0 commit comments