Skip to content

Commit

Permalink
branch preparation
Browse files Browse the repository at this point in the history
  • Loading branch information
olikraus committed Jul 10, 2021
1 parent 4df725f commit f3d1077
Show file tree
Hide file tree
Showing 40 changed files with 2 additions and 1 deletion.
Empty file modified autoclean.sh
100755 → 100644
Empty file.
Empty file modified autogen.sh
100755 → 100644
Empty file.
Empty file modified doc/do_device_wiki.sh
100755 → 100644
Empty file.
Empty file modified download/bdf2u8g_101.exe
100644 → 100755
Empty file.
3 changes: 2 additions & 1 deletion sys/arduino/HelloWorld/HelloWorld.pde
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Empty file modified sys/lpc11xx/gps/do
100755 → 100644
Empty file.
Empty file modified sys/pbm/cliptest/Makefile
100755 → 100644
Empty file.
Empty file modified sys/pbm/cliptest_gr/Makefile
100755 → 100644
Empty file.
Empty file modified sys/pbm/helloworld/Makefile
100755 → 100644
Empty file.
Empty file modified sys/stdout/flipdisk/Makefile
100755 → 100644
Empty file.
Empty file modified sys/stdout/flipdisk_vs/Makefile
100755 → 100644
Empty file.
Empty file modified sys/stdout/helloworld/Makefile
100755 → 100644
Empty file.
Empty file modified sys/stdout/rotation/Makefile
100755 → 100644
Empty file.
Empty file modified tools/descpic/Makefile
100755 → 100644
Empty file.
Empty file modified tools/descpic/copy_to_wiki.sh
100755 → 100644
Empty file.
Empty file modified tools/font/bdf/u8glib_4.bdf
100755 → 100644
Empty file.
Empty file modified tools/font/bdf2u8g/bdf2u8g.exe
100644 → 100755
Empty file.
Empty file modified tools/font/build/do_clean.sh
100755 → 100644
Empty file.
Empty file modified tools/font/build/do_u8g_fonts.sh
100755 → 100644
Empty file.
Empty file modified tools/font/build/do_u8g_fontsize.sh
100755 → 100644
Empty file.
Empty file modified tools/font/build/do_u8g_fontsize_a.sh
100755 → 100644
Empty file.
Empty file modified tools/font/build/do_u8g_fontsize_a_n.sh
100755 → 100644
Empty file.
Empty file modified tools/font/build/do_u8g_fontsize_f1.sh
100755 → 100644
Empty file.
Empty file modified tools/font/build/do_u8g_fontsize_n.sh
100755 → 100644
Empty file.
Empty file modified tools/font/otf2bdf/configure
100755 → 100644
Empty file.
Empty file modified tools/font/overview/Makefile
100755 → 100644
Empty file.
Empty file modified tools/font/sfnt/do_sfntsrc.sh
100755 → 100644
Empty file.
Empty file modified tools/font/u8g/u8glib_4.bdf
100755 → 100644
Empty file.
Empty file modified tools/pic/png/do_resize.sh
100755 → 100644
Empty file.
Empty file modified tools/pic/png/do_xbm.sh
100755 → 100644
Empty file.
Empty file modified tools/polygon/do.sh
100755 → 100644
Empty file.
Empty file modified tools/release/arduino/create_release.sh
100755 → 100644
Empty file.
Empty file modified tools/release/arduino_new_lib_format/create_release.sh
100755 → 100644
Empty file.
Empty file modified tools/release/arm/create_release.sh
100755 → 100644
Empty file.
Empty file modified tools/release/arm/sub_create.sh
100755 → 100644
Empty file.
Empty file modified tools/release/avr/create_release.sh
100755 → 100644
Empty file.
Empty file modified tools/release/botmat/create_release.sh
100755 → 100644
Empty file.
Empty file modified tools/release/msp430/create_release.sh
100755 → 100644
Empty file.
Empty file modified tools/release/pic18/create_release.sh
100755 → 100644
Empty file.
Empty file modified tools/release/print_release.sh
100755 → 100644
Empty file.

0 comments on commit f3d1077

Please sign in to comment.