sumotoy / TFT_ST7735

A fast driver for ST7735 displays that works with Arduino's /All Teensy's/ESP8266/SPARK
68 stars 31 forks source link

uint16_t #13

Open gioreva opened 7 years ago

gioreva commented 7 years ago

Hi, tanks

Way you example compile uint16_t and my prog not recognise it ? Windows Arduino IDE 1.6.12

gioreva commented 7 years ago

Arduino:1.6.12 (Windows 7), Scheda:"Arduino/Genuino Uno"

GEVA120.c:30: error: unknown type name 'uint16_t'

static const uint16_t image_data_GEVA120[6960]

          ^

GEVA120.c:36: error: unknown type name 'tPicture'

static const tPicture GEVA120 = { image_data_GEVA120, 120, 58, 6960, 16, RLE_no };

          ^

GEVA120.c:36: error: 'RLE_no' undeclared here (not in a function)

static const tPicture GEVA120 = { image_data_GEVA120, 120, 58, 6960, 16, RLE_no };

                                                                      ^

exit status 1 unknown type name 'uint16_t'

Trovata libreria non valida in D:\Documents\Arduino\libraries\GLCDFontCreator2: D:\Documents\Arduino\libraries\GLCDFontCreator2 Trovata libreria non valida in D:\Documents\Arduino\libraries\GLCDFontCreator2: D:\Documents\Arduino\libraries\GLCDFontCreator2

Questo report potrebbe essere più ricco di informazioni abilitando l'opzione "Mostra un output dettagliato durante la compilazione" in "File -> Impostazioni"

gioreva commented 7 years ago

If i place image.c on the folder D:\Documents\Arduino\libraries\TFT_ST7735-1.0p1_images all work well If i place image.c on the schech folder, compiler give me error.