Tired of those orange variable displays? This is a simple custom block to show text using a font I made. Options include: - Size - Spacing between dots - Kerning between letters - Color
Feel free to use this in your projects, but please give me credit. Also, be aware that other people have made much better text engines (for example, @KryptykProductions). It's easy to add letters. Each letter is added to a list and a variable. The entry in the list contains 25 pixels which form a 5x5 square bitmap. The variable has all the letters in order so that the program can search it and then draw the corresponding letter in the list.