From 148e7d895aaf162aa01bbfbe9d0f610557a7b52e Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Fri, 20 Oct 2023 08:35:33 +0000
Subject: [PATCH 1/3] docs(contributor): contrib-readme-action has updated
readme
---
readme.md | 34 +++-------------------------------
1 file changed, 3 insertions(+), 31 deletions(-)
diff --git a/readme.md b/readme.md
index 8f8b05b8..0d1b240e 100644
--- a/readme.md
+++ b/readme.md
@@ -75,38 +75,10 @@ Features 🎉 Supports a variety of fonts, including standard fonts, decorative
From 207b770f1a9c8bd0506cbcefbf7fba818bf31538 Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Thu, 31 Oct 2024 12:12:55 +0000
Subject: [PATCH 2/3] docs(contributor): contrib-readme-action has updated
readme
---
readme.md | 32 ++++++++++++++++----------------
1 file changed, 16 insertions(+), 16 deletions(-)
diff --git a/readme.md b/readme.md
index 62a6b71c..32c0f15d 100644
--- a/readme.md
+++ b/readme.md
@@ -534,6 +534,13 @@ Features 🎉 Supports a variety of fonts, including standard fonts, decorative
+
+
+
+
+ avi-dey
+
+ |
@@ -568,13 +575,6 @@ Features 🎉 Supports a variety of fonts, including standard fonts, decorative
miragearush
- |
-
-
-
-
- Bhaveshgupta00
-
|
@@ -612,14 +612,21 @@ Features 🎉 Supports a variety of fonts, including standard fonts, decorative
pris01
|
+
+
+
+
+ Bhaveshgupta00
+
+ |
+
ben-dh3
- |
-
+
@@ -654,13 +661,6 @@ Features 🎉 Supports a variety of fonts, including standard fonts, decorative
LeenaMondal01
- |
-
-
-
-
- avi-dey
-
|
From a17ff9e59201a35c4024aafe6d98bdda3a4a91c3 Mon Sep 17 00:00:00 2001
From: Avijit Dey
Date: Fri, 1 Nov 2024 02:03:48 +0530
Subject: [PATCH 3/3] add letter N to 3d-diagonal
---
Fonts/3d-diagonal/3d-diagonal.h | 21 +++++++++++++++++----
1 file changed, 17 insertions(+), 4 deletions(-)
diff --git a/Fonts/3d-diagonal/3d-diagonal.h b/Fonts/3d-diagonal/3d-diagonal.h
index c1760fea..49dcfb89 100644
--- a/Fonts/3d-diagonal/3d-diagonal.h
+++ b/Fonts/3d-diagonal/3d-diagonal.h
@@ -178,16 +178,29 @@ class ThreeD_Diagonal : public Fonts
}
*/
- /*
+
vs N()
{
- vs character = getCharGrid();
+ vs character = getCharGrid(14, 19);
- //Enter the character grid in ROWS X COLS
+ character[0] = " ,--. ";
+ character[1] = " ,--.'| ";
+ character[2] = " ,--, : : | ";
+ character[3] = " ,`--.'`| ' : ";
+ character[4] = " | : : | | ";
+ character[5] = " : | \\ | : ";
+ character[6] = " | : ' '; | ";
+ character[7] = " ' ' ;. ; ";
+ character[8] = " | | | \\ | ";
+ character[9] = " ' : | ; .' ";
+ character[10] = " | | '`--' ";
+ character[11] = " ' : | ";
+ character[12] = " ; |.' ";
+ character[13] = " '---' ";
return character;
}
- */
+
/*
vs O()
|