Introduction Attiny is an 8-bit microcontroller created by Atmel in 1999. Attinys are small chips that often have fewer inputs/outputs than their competitors from Microchip, for example. In this course, we’ll look at how to connect an LCD screen to an ATtiny and display text on it.Here is the circuit diagram for connecting the LCD screen: Programming Here’s the program to display the text “Arduino Factory” on your screen using the LiquidCrystal library: Here’s the program to display the text “Arduino Factory” on your screen using the LiquidCrystal library: