From 74cbe4290c0f3a25a123a01e65f25cc0c6ac5e0c Mon Sep 17 00:00:00 2001 From: ImplFerris Date: Sat, 14 Dec 2024 22:19:20 +0530 Subject: [PATCH] notes --- src/lcd-display/multi-custom-gen.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lcd-display/multi-custom-gen.md b/src/lcd-display/multi-custom-gen.md index 3dfd025..08f7570 100644 --- a/src/lcd-display/multi-custom-gen.md +++ b/src/lcd-display/multi-custom-gen.md @@ -1,6 +1,6 @@ ## Multi Custom Character Generator -This is used when you want to combine multiple grids to create a symbol. You can utilize adjacent grids on the 16x2 LCD display to design a custom symbol or character. +This is used when you want to combine multiple grids to create a symbol. You can utilize adjacent grids on the 16x2 LCD display to design a custom symbol or character. You can view the example symbol created with this generator and how to use in Rust in the next page.