-->
Page 2 of 2

Re: 0.96" i2c oled display working

PostPosted: Thu Apr 16, 2015 11:06 pm
by trackerj
Nice job!
Take a look a this ST7032i I2C Display implementation http://www.esp8266-projects.com/2015/03/display-time-st7032i-i2c-lcd-display.html the LCD_Write and LCD_Print_Values functions might help you with printing numbers.

Re: 0.96" i2c oled display working

PostPosted: Fri Apr 17, 2015 1:00 am
by Bluce
Here is an UART TFT LCD, it supports WYSIWYG editor to build your GUI in PC and download it via USB.
I think it is easier and very cool to do your project.

It can be controlled by Arduino via UART, so just use the Serial.print() you can make it display many images. And you can even build Font by yourself and download to the LCD.

tutorial and video:http://blog.iteadstudio.com/product-preview-nextion-in-an-arduino-project-3/