Commit Graph

676 Commits

Author SHA1 Message Date
olikraus 130033eef7 u8g2 rtc 2017-04-13 08:47:09 +02:00
olikraus 286894e404 RTC 2017-04-11 22:11:47 +02:00
olikraus f081db6405 rtc test started 2017-04-11 20:27:39 +02:00
olikraus 34b3b59f16 stm32l0 hello world 2017-04-10 22:55:58 +02:00
olikraus 33bc9698d6 u8x8 for stm32l0 2017-04-09 21:36:12 +02:00
olikraus e21291c5b1 issue #243 2017-04-09 11:28:03 +02:00
olikraus 628087dd29 blink with busy delay, bugfix for the ld script 2017-04-08 16:59:32 +02:00
olikraus 4b66f1ce36 consider HSIDIV flag correctly 2017-04-08 16:14:14 +02:00
olikraus a85a7d7ebb hsi 2017-04-07 22:11:57 +02:00
olikraus f9799559d0 update 2017-04-06 22:38:35 +02:00
olikraus 126b510eee stm32l0 blink update 2017-04-06 20:31:53 +02:00
olikraus 3ad885ce0f stm32l0 update 2017-04-05 23:16:57 +02:00
olikraus 989fa2c3ab ls script for the stm32l0 project 2017-04-05 22:48:48 +02:00
olikraus a61498aa63 systick blink 2017-04-05 06:04:25 +02:00
olikraus 791583ada2 gpio tests... 2017-04-03 20:51:08 +02:00
olikraus 53828eeda8 stm32l0xx 2017-04-02 08:58:21 +02:00
olikraus a2bcd74949 fixed wiki code 2017-04-01 11:30:54 +02:00
olikraus e7860e218c changed to m0+ 2017-03-31 19:07:48 +02:00
olikraus 478708e5d3 finished lpc824 example 2017-03-31 19:04:31 +02:00
olikraus f3a9ff89a8 lpc blink 2017-03-28 21:18:25 +02:00
olikraus d8cd4df590 issue #222 2017-03-26 19:43:12 +02:00
olikraus 0c902a2410 issue #221 2017-03-26 19:31:59 +02:00
olikraus cd90a9f325 polish 2017-03-26 19:29:59 +02:00
olikraus d7b0c4c9fc stm32 2017-03-26 12:16:39 +02:00
olikraus 36499251db update 2017-03-18 09:02:13 +01:00
olikraus c810cd0918 update 2017-03-18 08:55:32 +01:00
olikraus 5ace31276d update 2017-03-18 08:43:49 +01:00
olikraus ac41755809 st32 2017-03-18 08:05:54 +01:00
olikraus 45dea5b1ca pull request #220 2017-03-16 21:24:11 +01:00
olikraus 3c8706a250 Merge pull request #220 from 3DevoHendry/bitmap_mode
Bitmaps: add bitmap mode
2017-03-16 19:35:50 +01:00
Hendry Kaak ba809801f8 GraphicsTest: add bitmap mode examples
The first example displays the usage of standard bitmaps in combination with an
object, such as a filled box. The images show the difference between black,
white en XOR mode drawing in solid and transparent mode.
The second example displays the difference between overlaying bitmaps. The
first image shows the images solidly merged, while the second image shows
merged bitmaps using transparency.
2017-03-16 16:46:55 +01:00
Hendry Kaak fdb19f866e Bitmaps: add bitmap mode
This new mode work in the same way as the existing font mode: It allows drawing
solid (both white and black pixels in the bitmap affect the output) or
transparent (only white pixels in the bitmap affect the output). Transparent
bitmaps may be used to draw multiple bitmaps over each other, for example when
drawing animations. As a side effect, transparent XOR mode now also works by
setting the bitmap mode to transparent and the draw color to 2.

Before this commit, the bitmaps XBM bitmaps were being drawn as solid
object, while the regular bitmaps were drawn as transparent.

The structure of the code is based on how `u8g2_font_decode_len()` handles the
same thing when drawing glyphs.
2017-03-15 17:58:35 +01:00
olikraus 731eecdd8a issue #213 2017-03-12 09:01:06 +01:00
olikraus fa0912ff7d update 2017-03-11 22:04:57 +01:00
olikraus 0310d1a77e 2.14.7 2017-03-11 21:29:27 +01:00
olikraus eb6e3f7930 st7920 speed optimization, issue #200 2017-03-11 12:07:08 +01:00
olikraus 1606b37023 issue #208 2017-03-10 21:58:03 +01:00
olikraus 5c3e08d573 ssd1329 test 2017-03-10 06:00:50 +01:00
olikraus 47b6a0126c update 2017-03-10 05:50:31 +01:00
olikraus 9ef8f0c23c update 2017-03-10 05:49:19 +01:00
olikraus fb2c7de37c update 2017-03-09 22:30:12 +01:00
olikraus 5e07b5cc3e issue #126 2017-03-08 19:01:58 +01:00
olikraus 9da21ce23a issue #208 2017-03-08 18:33:50 +01:00
olikraus 65d6fd92d1 clearLine, issue #186 2017-03-07 19:24:51 +01:00
olikraus a7d2574dae issue #186 2017-03-07 19:12:37 +01:00
olikraus b9b3a65c4f HW I2C for SSD1306 2017-03-07 18:16:37 +01:00
olikraus 0052b1f042 update 2017-03-07 17:22:07 +01:00
olikraus 09ed7a0104 issue #206 2017-03-07 17:10:36 +01:00
olikraus e34ba6b48d issue #208 ssd1329 2017-03-06 19:45:34 +01:00
olikraus e8d1dc21aa lpc824 2017-03-01 07:29:04 +01:00