- Sat Oct 10, 2015 2:37 pm
#31048
Norm
I tried
thishttps://github.com/adafruit/Adafruit-ST ... 35-Library first but I suspect it only works with a piggy back board to a real Arduino
I never got it to work.
I get the impression ucglib from github is a non starter for a esp in emulation of a real arduino unless you want to build it yourself using Unix or Unix emulation on Windows. ucglib hasn't been much of a help in a pure esp8266 environment
I have ported from a PIC IDE a driver for the ST7735 ( working with far less obtuse and far less lexigraphic dependencies) in eclipse for the esp8266. The Eclipse IDE is far more transparent ( you get to see the make file ) and a superior editor.
Arduino is attractive mostly for the libraries but if the doesn't work with the esp8266 there is nothing to gain.
Esp8266 Arduino IDE is new so I shouldn't expect it to work for all but the most robust libraries.
erhardd
Neuer Ordner (2).7z I don't understand what to do with the HelloWorld.cpp.binxxx ?
have you the staging-version in your Properties? ...I have a folder C: Arduino/Portable/staging
including zips like esp8266-1.6.5-947-g39819f0.zip esptool-0.4.5-win32.zip there is no zip for ucglib is that the issue?
Again thanks for the help