The Wayback Machine - https://web.archive.org/web/20200708175820/https://github.com/topics/ili9341
Skip to content
#

ili9341

Here are 96 public repositories matching this topic...

RoboDurden
RoboDurden commented Jul 28, 2019

Describe the bug
a freefont and ssd1306_print8 calls ssd1306_write8 which uses fixedfont-width to do line break :-(

size_t ssd1306_write8(uint8_t ch)
{
...
    else if ( (ssd1306_cursorX > ssd1306_lcd.width - s_fixedFont.h.width) || (ch == '\n') )

Please complete the following information:

  • library version: 1.7.21 installed via Arduino IDE
  • LCD display type: cheap 1

Based on https://github.com/igrr/esp32-cam-demo extended with an ILI9341 display, with a Telnet interface to change OV7670 settings on the fly. Streams BMP files from RGB565 and YUV422 (encoded to RGB565) picture formats. Compile with latest esp-idf. Check out new telnet command "video 1" to auto capture to LCD as fast as possible for videocam mode, "video 0" to stop or "video Z" where Z is delay in ms between each capture / LCD refresh.
  • Updated Nov 11, 2017
  • C

Improve this page

Add a description, image, and links to the ili9341 topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the ili9341 topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.