Skip to content

nemo4598/joke_machine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Joke Machine — Arduino Project with TFT SPI Display

This project is a simple joke generator running on ESP8266, displaying random jokes on a small TFT SPI display. Perfect for beginner makers who want to combine programming, electronics, and fun.


Features

  • Download and displays random jokes (in English)
  • Output on a color TFT SPI display
  • Easy to modify and add new jokes in the code
  • Uses the TFT_eSPI library (or other compatible library for your display)

Hardware

  • Arduino Ide-compatible board (e.g. ESP32)
  • TFT SPI display (e.g. ILI9341, ST7735, or similar)
  • Connected via SPI pins plus control pins as required by the library

Software

  • Arduino IDE
  • TFT_eSPI library or other compatible display library
  • Source code in sketch_jul01c.ino

Installation and Usage

  1. Install the Arduino IDE if you don’t have it yet: https://www.arduino.cc/en/software
  2. Install the TFT_eSPI library via Arduino Library Manager or download from GitHub.
  3. Configure the library for your specific TFT SPI display (check the library’s User Setup file).
  4. Open sketch_jul01c.ino in Arduino IDE.
  5. Connect your Arduino and TFT display hardware.
  6. Upload the sketch to your Arduino board.
  7. The device will show random jokes on the TFT display.

Customization

  • Modify display settings and fonts by adjusting the TFT_eSPI library configuration.

Feel free to ask if you want help with wiring, library setup, or code modifications!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages