From bd7cb4caa5701bed34714cb04098af59675afa4f Mon Sep 17 00:00:00 2001 From: olikraus Date: Sun, 17 May 2026 14:14:15 +0200 Subject: [PATCH] copy drawXBM u8x8 example to release folder, #2531 --- ChangeLog | 2 +- tools/release/arduino/create_release.sh | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 021ee8a3..2ddd8d28 100644 --- a/ChangeLog +++ b/ChangeLog @@ -346,7 +346,7 @@ https://github.com/olikraus/u8g2 ChangeLog * Added unifont_jp (issue 2502) * Added BoutiqueBitmap fonts (issue 2265) * MUI: More features and examples -2025-xx-xx v2.36.xx olikraus@gmail.com +2026-xx-xx v2.36.xx olikraus@gmail.com * Arduino SW I2C: Changed logical 0 output sequence (issue 2744) * SED1330 240x64 (issue 2518) * SSD1309 128x128 (issue 2546) diff --git a/tools/release/arduino/create_release.sh b/tools/release/arduino/create_release.sh index d5dbf3da..8fef337d 100755 --- a/tools/release/arduino/create_release.sh +++ b/tools/release/arduino/create_release.sh @@ -229,6 +229,9 @@ cp ../../../sys/arduino/u8x8/ArduboyTest/*.ino ../../../../U8g2_Arduino/examples mkdir ../../../../U8g2_Arduino/examples/u8x8/Rotate90 cp ../../../sys/arduino/u8x8/Rotate90/*.ino ../../../../U8g2_Arduino/examples/u8x8/Rotate90/. +mkdir ../../../../U8g2_Arduino/examples/u8x8/DrawXBM +cp ../../../sys/arduino/u8x8/DrawXBM/*.ino ../../../../U8g2_Arduino/examples/u8x8/DrawXBM/. + # copy other files cp ../../../ChangeLog ./../../../../U8g2_Arduino/extras/.