diff --git a/autoclean.sh b/autoclean.sh old mode 100755 new mode 100644 diff --git a/autogen.sh b/autogen.sh old mode 100755 new mode 100644 diff --git a/doc/do_device_wiki.sh b/doc/do_device_wiki.sh old mode 100755 new mode 100644 diff --git a/download/bdf2u8g_101.exe b/download/bdf2u8g_101.exe old mode 100644 new mode 100755 diff --git a/sys/arduino/HelloWorld/HelloWorld.pde b/sys/arduino/HelloWorld/HelloWorld.pde index d7fc5984..032196f8 100644 --- a/sys/arduino/HelloWorld/HelloWorld.pde +++ b/sys/arduino/HelloWorld/HelloWorld.pde @@ -77,13 +77,14 @@ //U8GLIB_DOGXL160_2X_BW u8g(13, 11, 10, 9); // SPI Com: SCK = 13, MOSI = 11, CS = 10, A0 = 9 //U8GLIB_DOGXL160_2X_GR u8g(13, 11, 10, 9); // SPI Com: SCK = 13, MOSI = 11, CS = 10, A0 = 9 //U8GLIB_PCD8544 u8g(13, 11, 10, 9, 8); // SPI Com: SCK = 13, MOSI = 11, CS = 10, A0 = 9, Reset = 8 -U8GLIB_PCF8812 u8g(13, 11, 10, 9, 8); // SPI Com: SCK = 13, MOSI = 11, CS = 10, A0 = 9, Reset = 8 +//U8GLIB_PCF8812 u8g(13, 11, 10, 9, 8); // SPI Com: SCK = 13, MOSI = 11, CS = 10, A0 = 9, Reset = 8 //U8GLIB_KS0108_128 u8g(8, 9, 10, 11, 4, 5, 6, 7, 18, 14, 15, 17, 16); // 8Bit Com: D0..D7: 8,9,10,11,4,5,6,7 en=18, cs1=14, cs2=15,di=17,rw=16 //U8GLIB_LC7981_160X80 u8g(8, 9, 10, 11, 4, 5, 6, 7, 18, 14, 15, 17, 16); // 8Bit Com: D0..D7: 8,9,10,11,4,5,6,7 en=18, cs=14 ,di=15,rw=17, reset = 16 //U8GLIB_LC7981_240X64 u8g(8, 9, 10, 11, 4, 5, 6, 7, 18, 14, 15, 17, 16); // 8Bit Com: D0..D7: 8,9,10,11,4,5,6,7 en=18, cs=14 ,di=15,rw=17, reset = 16 //U8GLIB_LC7981_240X128 u8g(8, 9, 10, 11, 4, 5, 6, 7, 18, 14, 15, 17, 16); // 8Bit Com: D0..D7: 8,9,10,11,4,5,6,7 en=18, cs=14 ,di=15,rw=17, reset = 16 //U8GLIB_ILI9325D_320x240 u8g(18,17,19,U8G_PIN_NONE,16 ); // 8Bit Com: D0..D7: 0,1,2,3,4,5,6,7 en=wr=18, cs=17, rs=19, rd=U8G_PIN_NONE, reset = 16 //U8GLIB_SBN1661_122X32 u8g(8,9,10,11,4,5,6,7,14,15, 17, U8G_PIN_NONE, 16); // 8Bit Com: D0..D7: 8,9,10,11,4,5,6,7 cs1=14, cs2=15,di=17,rw=16,reset = 16 +//U8GLIB_SBN1661_122X32 u8g(8,9,10,11,4,5,6,7,A3,A2, A0, A1, A4); // 8Bit Com: D0..D7: 8,9,10,11,4,5,6,7 cs1=14, cs2=15,di=17,rw=16,reset = 16 //U8GLIB_SSD1306_128X64 u8g(13, 11, 10, 9); // SW SPI Com: SCK = 13, MOSI = 11, CS = 10, A0 = 9 //U8GLIB_SSD1306_128X64 u8g(4, 5, 6, 7); // SW SPI Com: SCK = 4, MOSI = 5, CS = 6, A0 = 7 (new white HalTec OLED) //U8GLIB_SSD1306_128X64 u8g(10, 9); // HW SPI Com: CS = 10, A0 = 9 (Hardware Pins are SCK = 13 and MOSI = 11) diff --git a/sys/lpc11xx/gps/do b/sys/lpc11xx/gps/do old mode 100755 new mode 100644 diff --git a/sys/pbm/cliptest/Makefile b/sys/pbm/cliptest/Makefile old mode 100755 new mode 100644 diff --git a/sys/pbm/cliptest_gr/Makefile b/sys/pbm/cliptest_gr/Makefile old mode 100755 new mode 100644 diff --git a/sys/pbm/helloworld/Makefile b/sys/pbm/helloworld/Makefile old mode 100755 new mode 100644 diff --git a/sys/stdout/flipdisk/Makefile b/sys/stdout/flipdisk/Makefile old mode 100755 new mode 100644 diff --git a/sys/stdout/flipdisk_vs/Makefile b/sys/stdout/flipdisk_vs/Makefile old mode 100755 new mode 100644 diff --git a/sys/stdout/helloworld/Makefile b/sys/stdout/helloworld/Makefile old mode 100755 new mode 100644 diff --git a/sys/stdout/rotation/Makefile b/sys/stdout/rotation/Makefile old mode 100755 new mode 100644 diff --git a/tools/descpic/Makefile b/tools/descpic/Makefile old mode 100755 new mode 100644 diff --git a/tools/descpic/copy_to_wiki.sh b/tools/descpic/copy_to_wiki.sh old mode 100755 new mode 100644 diff --git a/tools/font/bdf/u8glib_4.bdf b/tools/font/bdf/u8glib_4.bdf old mode 100755 new mode 100644 diff --git a/tools/font/bdf2u8g/bdf2u8g.exe b/tools/font/bdf2u8g/bdf2u8g.exe old mode 100644 new mode 100755 diff --git a/tools/font/build/do_clean.sh b/tools/font/build/do_clean.sh old mode 100755 new mode 100644 diff --git a/tools/font/build/do_u8g_fonts.sh b/tools/font/build/do_u8g_fonts.sh old mode 100755 new mode 100644 diff --git a/tools/font/build/do_u8g_fontsize.sh b/tools/font/build/do_u8g_fontsize.sh old mode 100755 new mode 100644 diff --git a/tools/font/build/do_u8g_fontsize_a.sh b/tools/font/build/do_u8g_fontsize_a.sh old mode 100755 new mode 100644 diff --git a/tools/font/build/do_u8g_fontsize_a_n.sh b/tools/font/build/do_u8g_fontsize_a_n.sh old mode 100755 new mode 100644 diff --git a/tools/font/build/do_u8g_fontsize_f1.sh b/tools/font/build/do_u8g_fontsize_f1.sh old mode 100755 new mode 100644 diff --git a/tools/font/build/do_u8g_fontsize_n.sh b/tools/font/build/do_u8g_fontsize_n.sh old mode 100755 new mode 100644 diff --git a/tools/font/otf2bdf/configure b/tools/font/otf2bdf/configure old mode 100755 new mode 100644 diff --git a/tools/font/overview/Makefile b/tools/font/overview/Makefile old mode 100755 new mode 100644 diff --git a/tools/font/sfnt/do_sfntsrc.sh b/tools/font/sfnt/do_sfntsrc.sh old mode 100755 new mode 100644 diff --git a/tools/font/u8g/u8glib_4.bdf b/tools/font/u8g/u8glib_4.bdf old mode 100755 new mode 100644 diff --git a/tools/pic/png/do_resize.sh b/tools/pic/png/do_resize.sh old mode 100755 new mode 100644 diff --git a/tools/pic/png/do_xbm.sh b/tools/pic/png/do_xbm.sh old mode 100755 new mode 100644 diff --git a/tools/polygon/do.sh b/tools/polygon/do.sh old mode 100755 new mode 100644 diff --git a/tools/release/arduino/create_release.sh b/tools/release/arduino/create_release.sh old mode 100755 new mode 100644 diff --git a/tools/release/arduino_new_lib_format/create_release.sh b/tools/release/arduino_new_lib_format/create_release.sh old mode 100755 new mode 100644 diff --git a/tools/release/arm/create_release.sh b/tools/release/arm/create_release.sh old mode 100755 new mode 100644 diff --git a/tools/release/arm/sub_create.sh b/tools/release/arm/sub_create.sh old mode 100755 new mode 100644 diff --git a/tools/release/avr/create_release.sh b/tools/release/avr/create_release.sh old mode 100755 new mode 100644 diff --git a/tools/release/botmat/create_release.sh b/tools/release/botmat/create_release.sh old mode 100755 new mode 100644 diff --git a/tools/release/msp430/create_release.sh b/tools/release/msp430/create_release.sh old mode 100755 new mode 100644 diff --git a/tools/release/pic18/create_release.sh b/tools/release/pic18/create_release.sh old mode 100755 new mode 100644 diff --git a/tools/release/print_release.sh b/tools/release/print_release.sh old mode 100755 new mode 100644