Seeed Studio's 0.96" OLED module

Dependencies:   Adafruit_GFX

Fork of SSD1308_128x64_I2C by Wim Huiskamp

Committer:
Nathan Yonkee
Date:
Thu Aug 03 06:26:07 2017 -0600
Revision:
14:e283a41c5fbc
Parent:
10:74ef7544744e
add Adafruit_GFX library

Who changed what in which revision?

UserRevisionLine numberNew contents of line
tulanthoar 10:74ef7544744e 1 {
tulanthoar 10:74ef7544744e 2 "GCC_ARM": {
tulanthoar 10:74ef7544744e 3 "common": ["-c", "-Wall", "-Wextra",
tulanthoar 10:74ef7544744e 4 "-Wno-unused-parameter", "-Wno-missing-field-initializers",
tulanthoar 10:74ef7544744e 5 "-fmessage-length=0", "-fno-exceptions", "-fno-builtin",
tulanthoar 10:74ef7544744e 6 "-ffunction-sections", "-fdata-sections", "-funsigned-char",
tulanthoar 10:74ef7544744e 7 "-MMD", "-fno-delete-null-pointer-checks",
tulanthoar 10:74ef7544744e 8 "-fomit-frame-pointer", "-Os"],
tulanthoar 10:74ef7544744e 9 "asm": ["-x", "assembler-with-cpp"],
tulanthoar 10:74ef7544744e 10 "c": ["-std=gnu99"],
tulanthoar 10:74ef7544744e 11 "cxx": ["-std=gnu++11", "-fno-rtti", "-Wvla"],
tulanthoar 10:74ef7544744e 12 "ld": ["-Wl,--gc-sections", "-Wl,--wrap,main", "-Wl,--wrap,_malloc_r",
tulanthoar 10:74ef7544744e 13 "-Wl,--wrap,_free_r", "-Wl,--wrap,_realloc_r",
tulanthoar 10:74ef7544744e 14 "-Wl,--wrap,_calloc_r", "-Wl,--wrap,exit", "-Wl,--wrap,atexit"]
tulanthoar 10:74ef7544744e 15 }
tulanthoar 10:74ef7544744e 16 }