Skip to content

Commit 54ded14

Browse files
committed
Update URL links
1 parent 1e0a1d5 commit 54ded14

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ but like any community a few rules are needed in order to ensure things go smoot
1414
the library at the top of the file.
1515
* If you edit keywords.txt, be exceptionally careful that tabs have not been replaced as spaces.
1616
* If using Arduino: Please make sure that compiler warnings are set to All, (Arduino Menu -> Preferences -> Compiler warnings)
17-
* If using platformIO (recommended): See [https://github.com/davetcc/tcLibraryDev]
17+
* If using platformIO (recommended): See [https://github.com/TcMenu/tcLibraryDev]
1818

1919
## Why do all TheCodersCorner libraries use an Apache license?
2020

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# TcUnicode support for Adafruit_GFX, U8G2, TFT_eSPI, tcMenu.
2-
[![PlatformIO](https://github.com/davetcc/tcUnicodeHelper/actions/workflows/platformio.yml/badge.svg)](https://github.com/davetcc/tcUnicodeHelper/actions/workflows/platformio.yml)
3-
[![License: Apache 2.0](https://img.shields.io/badge/license-Apache--2.0-green.svg)](https://github.com/davetcc/tcUnicodeHelper/blob/master/LICENSE)
4-
[![GitHub release](https://img.shields.io/github/release/davetcc/tcUnicodeHelper.svg?maxAge=3600)](https://github.com/davetcc/tcUnicodeHelper/releases)
2+
[![PlatformIO](https://github.com/TcMenu/tcUnicodeHelper/actions/workflows/platformio.yml/badge.svg)](https://github.com/TcMenu/tcUnicodeHelper/actions/workflows/platformio.yml)
3+
[![License: Apache 2.0](https://img.shields.io/badge/license-Apache--2.0-green.svg)](https://github.com/TcMenu/tcUnicodeHelper/blob/main/LICENSE)
4+
[![GitHub release](https://img.shields.io/github/release/TcMenu/tcUnicodeHelper.svg?maxAge=3600)](https://github.com/TcMenu/tcUnicodeHelper/releases)
55
[![davetcc](https://img.shields.io/badge/davetcc-dev-blue.svg)](https://github.com/davetcc)
6-
[![JSC electronics](https://img.shields.io/badge/JSC-electronics-green.svg)](https://github.com/jsc-electronics)
6+
[![JSC TechMinds](https://img.shields.io/badge/JSC-TechMinds-green.svg)](https://www.jsctm.cz)
77

88
## Summary
99

@@ -32,7 +32,7 @@ This package includes a strict asynchronous UTF8 decoder that needs very little
3232

3333
## Creating your own tcUnicode or Adafruit GFX fonts
3434

35-
[TcMenu Designer can create tcUnicode and Adafruit fonts](https://www.thecoderscorner.com/products/arduino-libraries/tc-menu/using-custom-fonts-in-menu/#creating-a-unicode-or-adafruit-font-using-the-designer-ui) built into the [tcMenu Designer application](https://github.com/davetcc/tcMenu/releases). As of Designer 4.3 the bitmap font generator has been substantially improved and produces very high quality font exports, even at very small sizes and includes a bitmap editor to touch up any erring pixels.
35+
[TcMenu Designer can create tcUnicode and Adafruit fonts](https://www.thecoderscorner.com/products/arduino-libraries/tc-menu/using-custom-fonts-in-menu/#creating-a-unicode-or-adafruit-font-using-the-designer-ui) built into the [tcMenu Designer application](https://github.com/TcMenu/tcMenu/releases). As of Designer 4.3 the bitmap font generator has been substantially improved and produces very high quality font exports, even at very small sizes and includes a bitmap editor to touch up any erring pixels.
3636

3737
If someone from the U8G2 and TFT_eSPI teams help us, we'll make it possible to generate U8G2 and TFT_eSPI bitmap fonts from there too.
3838

@@ -57,12 +57,12 @@ The included fonts are separately licenced [Font licence page](src/Fonts/font-li
5757

5858
## Questions and documentation
5959

60-
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) (this repository).
60+
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) (this repository).
6161

6262
<a href="https://www.buymeacoffee.com/davetcc" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-blue.png" alt="Buy Me A Coffee" style="height: 60px !important;width: 217px !important;" ></a>
6363

6464
* [UTF-8 decoder and Unicode font documentation on TheCodersCorner.com](https://www.thecoderscorner.com/products/arduino-libraries/tc-unicode-helper/)
65-
* [discussions section of the tcMenu repo](https://github.com/davetcc/tcMenu/discussions) of tcmenu git repo
65+
* [discussions section of the tcMenu repo](https://github.com/TcMenu/tcMenu/discussions) of tcmenu git repo
6666
* [Arduino discussion forum](https://forum.arduino.cc/) where questions can be asked, please tag me using `@davetcc`.
6767
* [Legacy discussion forum probably to be made read only soon](https://www.thecoderscorner.com/jforum/).
6868

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Adds tcUnicode UTF-8 support to Adafruit_GFX, U8G2, tcMenu, and TFT_eSPI graphics libraries with a graphical font creation utility available. Works with existing libraries",
55
"repository": {
66
"type": "git",
7-
"url": "https://github.com/davetcc/tcUnicodeHelper"
7+
"url": "https://github.com/TcMenu/tcUnicodeHelper"
88
},
99
"authors": [
1010
{

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ version=1.0.0
88
maintainer=https://www.thecoderscorner.com
99
author=davetcc
1010
category=Other
11-
url=https://github.com/davetcc/tcUnicodeHelper
11+
url=https://github.com/TcMenu/tcUnicodeHelper
1212
sentence=Adds tcUnicode UTF-8 support to Adafruit_GFX, U8G2, tcMenu, and TFT_eSPI graphics libraries with a graphical font creation utility available. Works with existing libraries
1313
paragraph=Adds tcUnicode UTF-8 support to Adafruit_GFX, U8G2, tcMenu, and TFT_eSPI graphics libraries with a graphical font creation utility available. Works with existing libraries

0 commit comments

Comments
 (0)