Commit Graph

740 Commits

Author SHA1 Message Date
olikraus 433d106e46 update 2017-04-22 17:44:26 +02:00
olikraus 4a3393fa5e alarm 2017-04-22 13:09:05 +02:00
olikraus cdc1f55cca sdl menu updates 2017-04-22 10:10:01 +02:00
olikraus 7768662d25 update 2017-04-21 21:02:20 +02:00
olikraus 345158c025 menu 2017-04-20 22:27:43 +02:00
olikraus 882c859c52 menu 2017-04-20 21:33:55 +02:00
olikraus ca900c5b4b menu 2017-04-19 23:43:28 +02:00
olikraus 5eabca4028 button detection simplification 2017-04-17 09:27:40 +02:00
olikraus 406ea042aa button detection 2017-04-17 08:57:56 +02:00
olikraus ab992a7495 update 2017-04-16 12:52:43 +02:00
olikraus d7d38934a6 update 2017-04-16 10:45:44 +02:00
olikraus a91a82c296 restructure 2017-04-16 09:10:21 +02:00
olikraus 43311096b6 update 2017-04-14 12:28:38 +02:00
olikraus 2dd787f028 PA0 and PA2 2017-04-13 10:56:46 +02:00
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