Commit Graph

879 Commits

Author SHA1 Message Date
olikraus 9833db01f3 issue #365 2017-09-21 23:48:38 +02:00
olikraus 2bcaeb83e4 Merge branch 'master' of https://github.com/olikraus/u8g2 2017-09-21 20:10:47 +02:00
olikraus e95b6bd8e2 issue #365 2017-09-21 20:10:26 +02:00
olikraus 6b7e437647 7x7x7 cube clock 2017-09-18 21:23:33 +02:00
olikraus 4f15e2dae3 Merge branch 'master' of https://github.com/olikraus/u8g2 2017-09-17 21:44:47 +02:00
olikraus b03f4f1b15 mkrzero clock 2017-09-17 21:05:09 +02:00
olikraus f1201651a0 mkr zero 2017-09-10 23:07:12 +02:00
olikraus 5410ecf006 shield 2017-09-10 15:29:50 +02:00
olikraus f5ae8d8f0d Merge pull request #351 from matthijskooijman/bitmap
Improvements to the new bitmap code
2017-09-09 17:37:25 +02:00
olikraus 38ccbe0640 issue #352: removed v2 for SSD1607, no improvement possible 2017-09-09 13:46:04 +02:00
olikraus 807cf21765 issue #352: V2 device with new LUT added, but results ar not good, more investigation required 2017-09-09 11:07:33 +02:00
olikraus ebc4aa9ad3 issue #352: move lut to refresh msg 2017-09-09 09:34:03 +02:00
Matthijs Kooijman 4f926cba37 Issue #340, mark sys/tga as deprecated
This adds a README to sys/tga, recommending people to use sys/bitmap
instead.
2017-09-08 23:32:54 +02:00
Matthijs Kooijman 5cdd09dfa6 Issue #340, add cimg_annotate_screenshot example
CImg is a lightweight, header-only image processing library. The
makefile automatically makes a git clone of this library when building.

This example shows how to capture a screenshot using the bitmap device,
convert it to a CImg bitmap, scale it, add (in a higher resolution than
the original screenshot) annotations and write out a PNG file.

This is a reduced version of a bigger program, so it might be a bit more
complicated that needed just for the example.
2017-09-08 23:32:48 +02:00
Matthijs Kooijman 094a13c255 Issue #340, add bitmap/hello_world example
This example uses the Bitmap device to draw to an in-memory buffer
and writes the result to a TGA file. This can for example be used to
make screenshots of an application normally running on an Arduino.
2017-09-08 23:32:40 +02:00
Matthijs Kooijman 4bfdfb5492 Issue #340, move bitmap code into sys/bitmap
It was previously in `sdl/bitmap`, but it was not really tied to SDL
(other than that one example from sdl used the bitmap code).
2017-09-08 23:32:27 +02:00
Matthijs Kooijman 8e3a2d627e Issue #340, initialize the Bitmap device using pixel dimensions instead of tiles
This allows creating bitmaps with sizes that are not multiples of 8x8
pixels. It seems the rest of u8g2 already supports this, as long as the
u8g2 and u8x8 buffers are rounded up to a multiple of 8x8 tiles.
2017-09-08 23:32:22 +02:00
Matthijs Kooijman ffe1d45183 Issue #340, store u8x8 and u8g2 buffers separately in u8x8_bitmap
A single malloc allocates space for both buffers. Previously,
u8x8_SetupBitmap would figure out where the u8g2 buffer lives based on
the u8x8 buffer, but this seems a bit fragile. Now, directly after
allocating, the pointer for both buffers are figured out and stored
separately.
2017-09-08 23:32:12 +02:00
olikraus d5ea47a2f3 2.17.10, issue #318 and #347 2017-09-08 11:37:53 +02:00
olikraus f57509c846 issue #347, code cleanup 2017-09-08 09:27:15 +02:00
olikraus a3738a3909 issue #347 2017-09-08 09:05:44 +02:00
olikraus 005a5e4754 issue #347 2017-09-08 08:29:33 +02:00
olikraus 9702a4f4a9 issue #347 2017-09-07 22:58:24 +02:00
olikraus 95a3cf2311 issue #347 2017-09-07 14:14:01 +02:00
olikraus 85d1ad761c il3820 #347 2017-09-07 13:40:47 +02:00
olikraus c93142939c Merge branch 'master' of https://github.com/olikraus/u8g2 2017-09-06 23:15:55 +02:00
olikraus d63e42fe7a issue #318 2017-09-06 17:20:05 +02:00
olikraus 865fa75176 lut editor, fixed fade out problem, issue #318 2017-09-06 10:43:23 +02:00
olikraus 51b933e502 update 2017-09-05 16:54:21 +02:00
olikraus 1b6c3e8792 sh1106 button proto shield 2017-09-05 16:33:22 +02:00
olikraus d7e7b1039f SH1106 I2C 2017-09-05 15:28:28 +02:00
olikraus cf9f713433 update 2017-08-28 15:07:20 +02:00
olikraus 8d1250c038 update 2017-08-28 14:46:42 +02:00
olikraus 136d5f9c0b update 2017-08-28 12:52:25 +02:00
olikraus 807d3857ac lut edit 2017-08-28 08:53:30 +02:00
olikraus 2b8833bbba update 2017-08-27 23:27:26 +02:00
olikraus a551ff3dff update 2017-08-27 22:20:34 +02:00
olikraus 134185e569 update for sdl gpio key detection 2017-08-27 20:25:57 +02:00
olikraus cdab52552b 2.17.8, issue #318 2017-08-27 09:47:42 +02:00
olikraus a8aed8b524 issue #318 2017-08-26 18:09:18 +02:00
olikraus 16d98e795d added dummy args (for now), issue #340 2017-08-25 23:12:52 +02:00
olikraus 2bfa997153 issue #340, sdl test/sdl examples 2017-08-25 21:39:37 +02:00
olikraus 6cac79261e issue #340, fixed syntax errors 2017-08-25 21:15:20 +02:00
olikraus 6fe6c02975 issue #340 2017-08-25 19:44:04 +02:00
olikraus bf141f4906 issue #340 2017-08-25 19:20:40 +02:00
olikraus 2e6d197ffa mkr zero shield 2017-08-21 23:14:58 +02:00
olikraus e1c5ff83a5 Merge branch 'master' of https://github.com/olikraus/u8g2 2017-08-20 13:18:20 +02:00
olikraus 4d38a18017 clock 2017-08-20 13:18:03 +02:00
olikraus 7f60b8872e improved debounce #388 2017-08-20 12:46:35 +02:00
olikraus 1b8aa562a3 update 2017-08-16 09:05:59 +02:00
olikraus c675c4bd4c mkr zero clock 2017-08-16 08:57:57 +02:00
olikraus c1b1aa6676 issue #333 2017-08-14 21:04:49 +02:00
olikraus ea5bfb129d mkr zero fps value for SSD1306 with i2c 2017-08-14 14:52:36 +02:00
olikraus cf57ebb6db issue #333 2017-08-14 14:19:40 +02:00
olikraus c6a0c99b35 epaper #318 2017-08-14 08:18:59 +02:00
olikraus 9ce03323f2 2.16.9 2017-08-12 12:48:39 +02:00
olikraus 9290baea91 ssd1606 tests 2017-08-12 12:34:33 +02:00
olikraus 28fd513ae7 far east examples 2017-08-12 11:59:42 +02:00
olikraus a679f167f6 issue #278 (user pointer) 2017-08-12 11:32:43 +02:00
olikraus 122eb78700 issue #324 2017-08-11 20:01:18 +02:00
olikraus 24ceea336c new com proc for SED1520/SBN1661, issue #324 2017-08-09 21:09:21 +02:00
olikraus 6411944953 clock 2 2017-08-03 21:48:25 +02:00
olikraus 85a45e4baf clock 2017-08-03 10:14:14 +02:00
olikraus 7f05c3181c gm2 2017-07-25 21:21:15 +02:00
olikraus 329708bb46 gm 2017-07-21 20:29:34 +02:00
olikraus 8c636d4abd gm 2017-07-18 20:20:59 +02:00
olikraus 3f8715327c gm 2017-07-18 20:14:25 +02:00
olikraus b6d68ea357 gm2 2017-07-17 23:12:17 +02:00
olikraus 3f53205943 gm 2017-07-16 10:49:20 +02:00
olikraus 897752b1ca gm 2017-07-16 10:13:31 +02:00
olikraus 7682c7e0b4 map init code 2017-07-15 19:22:16 +02:00
olikraus 38d8f0027b gm 2017-07-15 18:11:56 +02:00
olikraus 01a500aed9 gm 2017-07-15 12:09:58 +02:00
olikraus 8cb469432e gm 2017-07-15 09:09:08 +02:00
olikraus 4a0981d818 gm 2017-07-14 21:59:15 +02:00
olikraus 6d0c9fea11 issue #305 2017-07-14 18:39:28 +02:00
olikraus c7886ecc01 gm2 2017-07-14 13:52:01 +02:00
olikraus faa2783201 mapgen 2017-07-14 10:35:05 +02:00
olikraus e96514c41a osb bugfix #206 2017-07-14 07:40:30 +02:00
olikraus b4d3dc2e43 mapgen 2017-07-13 22:28:01 +02:00
olikraus 8750c1ed3c mapgen 2017-07-10 21:56:35 +02:00
olikraus f883f4306d mapgen/ugl 2017-07-09 17:37:16 +02:00
olikraus a47835a895 ugl 2017-07-09 16:13:08 +02:00
olikraus 5666691392 issue #295, 96x16 OLED 2017-07-09 09:07:14 +02:00
olikraus bcb2714028 issue #302 2017-07-06 22:24:37 +02:00
olikraus caf0daa718 gm 2017-07-06 12:44:14 +02:00
olikraus 339785fa5e mapgen 2017-07-06 07:07:10 +02:00
olikraus 82fce0b9d9 mapgen 2017-07-05 21:17:33 +02:00
olikraus f261269cb5 mapgen 2017-07-04 21:00:46 +02:00
olikraus 3207051a75 golem master 2017-07-01 17:05:10 +02:00
olikraus 4d2d88103d issue #292 2017-06-29 22:20:19 +02:00
olikraus 0bb67ff95c update 2017-06-29 20:18:40 +02:00
olikraus 2a99f07150 boost converter 2017-06-19 00:59:27 +02:00
olikraus 3e1d6b0fc4 updates clock project 2017-06-16 09:39:30 +02:00
olikraus 15c2e36d61 skip hour 2017-06-12 07:50:14 +02:00
olikraus 86395a699d dst sys info 2017-06-11 15:39:48 +02:00
olikraus f5edc62a29 updates 2017-06-11 11:48:23 +02:00
olikraus 2e000ed456 dst 2017-06-10 23:56:02 +02:00
olikraus a30824ba71 summertime 2017-06-10 09:27:48 +02:00
olikraus 375b0c246f summer time update 2017-06-10 09:15:50 +02:00
olikraus bcba4d3231 work on summertime adjustment 2017-06-07 23:02:28 +02:00
olikraus b16d64336c update 2017-06-05 22:46:59 +02:00
olikraus c37e3c4bba updates 2017-06-05 21:49:45 +02:00
olikraus b7ce3ac92b main display center strings, uptime calcumation 2017-06-05 17:32:53 +02:00
olikraus e2bbaa69d5 Merge branch 'master' of https://github.com/olikraus/u8g2 2017-06-05 09:45:07 +02:00
olikraus 6cf21e79d0 simplified HelloWorld 2017-06-05 09:44:44 +02:00
olikraus 7d0ab91594 todo 2017-06-04 13:54:27 +02:00
olikraus e40f97d1d8 limit height of bdfconv tga output 2017-06-04 11:59:07 +02:00
olikraus 542d73ee2e issue #284 2017-06-01 22:50:16 +02:00
olikraus d495bbd20d 2.16.0 2017-05-31 23:33:40 +02:00
olikraus 0fa21b8969 faq 2017-05-31 23:18:10 +02:00
olikraus f7c277f3b5 issue #280 2017-05-28 22:22:07 +02:00
olikraus 9a1a015737 faq 2017-05-28 16:57:56 +02:00
olikraus b2ce464c4c bat symb 2017-05-27 19:15:28 +02:00
olikraus 7fa4ecf192 bat voltage 2017-05-27 18:48:31 +02:00
olikraus 6c91637cf8 adc 2017-05-27 17:19:19 +02:00
olikraus 1940906104 adc 2017-05-27 17:18:36 +02:00
olikraus 79ed7670ac adc 2017-05-27 11:40:46 +02:00
olikraus bdd7b5ea13 no RTC clock msg 2017-05-27 09:20:16 +02:00
olikraus 57cf26ab86 added clock.dxf 2017-05-26 23:45:17 +02:00
olikraus 9173a12bd4 added clock.dxf 2017-05-26 23:42:48 +02:00
olikraus 818c67cd32 clock source auto detect 2017-05-25 16:25:58 +02:00
olikraus 4534df448c ino update 2017-05-22 00:12:41 +02:00
olikraus 53eb12936f ra8835 320x240, issue #260 2017-05-20 18:16:28 +02:00
olikraus 41b4b394f6 2nd 4w hw spi, #244 2017-05-20 17:37:42 +02:00
olikraus 80e3cb03f0 first part for #244 2017-05-20 07:59:48 +02:00
olikraus 754e0de88d issue #240 2017-05-17 20:31:49 +02:00
olikraus a045aceb91 fixed crash with zero height for drawBox(), issue #236 2017-05-14 21:36:06 +02:00
olikraus e8f15b7fd4 added several examples to the Arduino release, issue #216 2017-05-14 11:07:41 +02:00
olikraus b1f83287fc issue #171 2017-05-14 10:09:40 +02:00
olikraus 5d64d64f24 change log #215 2017-05-14 09:48:29 +02:00
olikraus 07f077ee27 4->8 MHz, #215, ssd1306, sh1106, ssd1322 2017-05-14 09:30:03 +02:00
olikraus b7cd6953f4 standby display off & snooze 2017-05-13 14:33:02 +02:00
olikraus c9b1bdd74b preparation for display off action 2017-05-12 17:27:54 +02:00
olikraus 093742ca3d 128x64 2017-05-11 16:19:53 +02:00
olikraus 91d6fd8c31 update 2017-05-09 23:04:11 +02:00
olikraus 18892182ab clock update 2017-05-09 17:44:00 +02:00
olikraus e8b4c4bdf9 update 2017-05-09 08:22:10 +02:00
olikraus d2c3246412 standby mode 2017-05-08 22:08:16 +02:00
olikraus 00de4fda60 update 2017-05-07 23:17:04 +02:00
olikraus 79af6babd7 update 2017-05-07 16:55:27 +02:00
olikraus 662311224d time&date 2017-05-07 14:09:45 +02:00
olikraus b4980c668d update 2017-05-06 18:33:30 +02:00
olikraus c48eb368f9 hw integration 2017-05-06 14:36:04 +02:00
olikraus 444337376e more speed 2017-05-06 14:03:09 +02:00
olikraus 9234964577 removed guistate 2017-05-06 13:23:34 +02:00
olikraus 282d58d764 update 2017-05-06 13:23:05 +02:00
olikraus ee45416e23 update 2017-05-05 20:59:46 +02:00
olikraus 07f2923103 update 2017-05-03 19:54:09 +02:00
olikraus 7212edacb8 update 2017-05-03 12:54:38 +02:00
olikraus a3a75bacc3 updates 2017-05-02 23:18:20 +02:00
olikraus 998d28a99a backup 2017-05-01 21:23:59 +02:00
olikraus 375e7da473 update 2017-05-01 11:24:03 +02:00
olikraus 98254a9d52 update 2017-05-01 08:11:58 +02:00
olikraus 4822cdd731 update 2017-04-30 14:47:01 +02:00
olikraus 1228e3b065 clock 2017-04-30 12:08:44 +02:00
olikraus 642325bba0 update 2017-04-29 22:34:06 +02:00
olikraus b1f0f87ab6 update 2017-04-27 22:09:10 +02:00
olikraus 189e4dd551 update 2017-04-26 22:28:22 +02:00
olikraus dad9a687a1 update 2017-04-26 21:51:42 +02:00
olikraus 2d9c4b95c6 update 2017-04-26 18:50:49 +02:00
olikraus 549bc7395b update 2017-04-26 11:55:19 +02:00
olikraus c555a83f8a update 2017-04-26 09:57:39 +02:00
olikraus f2baf0d5e5 update 2017-04-26 07:46:14 +02:00
olikraus 9d1358aaf5 update 2017-04-26 06:08:29 +02:00
olikraus 928ce42fb4 alarm calculation 2017-04-26 05:53:33 +02:00
olikraus d986fc85c6 alarm overview 2017-04-24 22:16:02 +02:00
olikraus 7a38d49c7a date adjust 2017-04-23 17:09:17 +02:00
olikraus 5c827e4e66 update 2017-04-23 13:27:03 +02:00
olikraus 7623c24f26 gui 2017-04-23 13:26:25 +02:00
olikraus 06674abe80 button callbacks 2017-04-23 11:43:33 +02:00
olikraus 0363863d47 date 2017-04-23 09:33:13 +02:00
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 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 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
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
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 47b6a0126c update 2017-03-10 05:50:31 +01:00
olikraus fb2c7de37c update 2017-03-09 22:30:12 +01:00
olikraus 9da21ce23a issue #208 2017-03-08 18:33:50 +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
olikraus 2d1d643d43 removed uc1617 2017-02-28 21:14:44 +01:00
olikraus 9a82040d4a uc1617... 2017-02-28 13:22:28 +01:00
olikraus 159e8abbdf removed st75256 code, #163 2017-02-18 11:44:59 +01:00
olikraus 6c6febe47e st75256 2017-02-17 21:52:02 +01:00
olikraus a0257ea7f3 issue #163 2017-02-15 22:17:49 +01:00
olikraus 51983b5485 issue 195 2017-02-14 19:34:32 +01:00
olikraus 30756b289f issue #193 2017-02-13 23:18:41 +01:00
olikraus 9d9c497990 faq update 2017-02-13 21:41:05 +01:00
olikraus 27a1d85130 blink with LPC824 2017-02-11 22:22:30 +01:00
olikraus 9ba3d2a149 LPC824 2017-02-11 10:42:25 +01:00
olikraus 3ff5a69c68 issue #186 2017-02-09 05:43:53 +01:00
olikraus b66a96c0cc issue #158, all test ok 2017-02-05 13:06:22 +01:00
olikraus 4aed6ee8f9 i2c begin for ESP8266 2017-02-05 11:25:47 +01:00
olikraus 147d136513 printline 2017-02-04 07:27:21 +01:00
olikraus f7150087f7 issue #133 2017-02-03 21:33:08 +01:00
olikraus 2e1259fcfc issue #177 2017-02-03 20:54:05 +01:00
olikraus 8ab42afc46 cmds table, improved I2C/SPI check 2017-01-28 07:58:30 +01:00
olikraus a9b2ca737b faq updates, ssd1607 2017-01-24 21:31:17 +01:00
olikraus 408366876e ST7588, issue 154 2017-01-17 21:58:40 +01:00
olikraus c1504e4074 issue #154 2017-01-17 01:05:38 +01:00
olikraus eab5e520b8 2.12.6 2017-01-15 10:45:43 +01:00
olikraus 06f0335eb2 feather 32u4 makefile 2017-01-15 10:20:12 +01:00
olikraus f2ab3d8675 makefile for atmega32u4 (leonardo) 2017-01-15 08:37:08 +01:00
olikraus da3ee62763 issue #151 2017-01-14 20:48:32 +01:00
olikraus 9515f31cc6 started optimization for ST7920 2017-01-14 17:28:54 +01:00
olikraus bd2cab1c66 ssd1309, issue #113 2017-01-13 21:13:25 +01:00
olikraus 2d94224279 issue #153, IST3020 2017-01-12 18:44:03 +01:00
olikraus a276f6654e issue #113 2017-01-11 22:34:39 +01:00
olikraus 53eef3d624 issue #153 (IST3020) 2017-01-10 22:35:39 +01:00
olikraus f5ed1eb429 towards 2.11.2 2017-01-08 12:55:06 +01:00
olikraus 29a570ab39 issue #56 2017-01-08 07:14:21 +01:00
olikraus aea3130eb2 XOR tests 2017-01-07 23:15:05 +01:00
olikraus 678b84fa59 XOR implemented, additional 8 bytes required. issue #56 2017-01-07 20:24:20 +01:00
olikraus c763d55f94 update for XBM functions to support XOR mode, issue #56 2017-01-07 16:22:25 +01:00
olikraus 0f22d845e6 EA DOGM132, issue #147 2017-01-07 12:59:30 +01:00
olikraus 38775573bc ssd1305, issue #146 2017-01-06 21:18:46 +01:00
olikraus 04685584e0 2.11.1 2017-01-06 15:54:12 +01:00
olikraus c2b8565c9a started with ssd1305, bugfix issue #148 2017-01-06 15:49:15 +01:00
olikraus 2c068282d3 update 2017-01-05 11:06:07 +01:00
olikraus f2f9a8f3c8 woring on issue #145 (ssd1337) 2017-01-05 08:44:08 +01:00
olikraus 56fabcfb7c NT7534, issue #143 2017-01-04 16:48:47 +01:00
olikraus ba9bae2753 power save test 2017-01-04 12:30:16 +01:00
olikraus 786a73138e doc updates 2017-01-04 09:54:35 +01:00
olikraus 93c1295aa9 issues #137 (little rook chess notation) and #138 (st7657) 2017-01-02 17:09:15 +01:00
olikraus dab6dc4a31 st7567 2017-01-02 13:27:28 +01:00
olikraus ce1071f05a makefile for Arduino 1.8.0 2017-01-01 23:33:29 +01:00
olikraus 39c4f26334 new makefile 2017-01-01 22:33:22 +01:00
olikraus 8b675146ed issue #135, pcf8812 2017-01-01 17:23:01 +01:00
olikraus e7063f03cb LC7981, issue 134 2016-12-31 12:14:17 +01:00
olikraus 58a3409ad7 lc7981 2016-12-31 11:12:25 +01:00
olikraus 0c9e3dbaa7 ssd1606 2016-12-30 07:54:47 +01:00
olikraus 92324fa332 ssd1306 2016-12-29 22:52:59 +01:00
olikraus 00c4041a27 SSD1606 2016-12-29 21:32:26 +01:00
olikraus f17b0e0557 ssd1606 2016-12-29 16:59:50 +01:00
olikraus 167b287d58 temp check in for ssd1606 2016-12-29 10:56:36 +01:00
olikraus 130573a2dd lm6059 2016-12-27 00:14:44 +01:00
olikraus 080ca16a25 2.9.1 2016-12-20 22:09:35 +01:00
olikraus 2f4c84dba2 fixed user selection list, issue #112 2016-12-20 20:57:51 +01:00
olikraus 704dd6bb3e gixed selection list 2016-12-18 23:54:44 +01:00
olikraus 233dbfaf21 2.9.0 2016-12-18 20:54:57 +01:00
olikraus e5eb956796 draw tile, issue #108 2016-12-18 20:20:22 +01:00
olikraus 226ff6d0c1 uc1604, issue #111 2016-12-18 10:35:18 +01:00
olikraus 69c9f752f6 update 2016-12-17 12:43:06 +01:00
olikraus d7a7cee302 zolen st7565 128x64 2016-12-16 21:59:40 +01:00
olikraus 30584724be pcd8544 (nokia 5110) #107 2016-12-15 15:04:12 +01:00
olikraus db461e0c92 updated ino files and added larger logisoso font (issue #105) 2016-12-14 06:00:47 +01:00
olikraus 23b162bfaa issue #104 2016-12-14 05:35:03 +01:00
olikraus a41437eb01 bugfix for 2.8.4 (issue #106), will fix issue #96 2016-12-12 21:10:42 +01:00
olikraus 1947f74f72 2.8.4 2016-12-11 21:24:27 +01:00
olikraus 234e0ab7f4 scrolling text example 2016-12-11 19:19:42 +01:00
olikraus 13dc963fc6 one pixel optimization, issue #96 2016-12-11 11:01:52 +01:00
olikraus e72394cbd4 issues #88 and #101 2016-12-08 22:37:18 +01:00
olikraus 792a129ed2 issue #88, speed improvements 2016-12-07 18:50:00 +01:00
olikraus a666e0637d issue #101 2016-12-06 22:51:15 +01:00
olikraus e74aa7f100 ks0108... almost working #88 2016-12-06 21:16:20 +01:00
olikraus 7f851798af some progress on #88 2016-12-05 22:42:10 +01:00
olikraus 55f311e65e issue #98 2016-12-03 22:09:38 +01:00
olikraus 6c995f3289 preparation for issue #88 2016-12-03 10:10:20 +01:00
olikraus 843eb50348 2.7.4 2016-11-28 22:45:28 +01:00
olikraus dbb7a2f0b6 reduces speed because of pixel errors 2016-11-28 06:02:01 +01:00
olikraus 9c793c3d01 performance 2016-11-27 23:35:12 +01:00
olikraus 6bb2f7bd99 example update 2016-11-26 23:13:56 +01:00
olikraus 449638b1d4 2 2016-11-26 23:12:55 +01:00
olikraus dc583ce045 background example, issue #93 2016-11-26 22:54:32 +01:00
olikraus 08b42ce22f update 2016-11-26 15:31:09 +01:00
olikraus c466fa5b30 zero data detection for SW SPI 2016-11-26 15:12:24 +01:00
olikraus 10c6185f0a added results for st7920 spi 2016-11-26 12:52:08 +01:00
olikraus 01e3292575 fixed a problem in codebuild.c --> speed for st7920, 10x speed up for SPI mode of st7020, issue #87 2016-11-26 12:48:09 +01:00
olikraus ef662477d9 removed st7920 rw line setting (fixed this in the hardware itself) 2016-11-26 09:31:46 +01:00
olikraus 3b6d1fc794 issue #95 2016-11-26 08:40:58 +01:00
olikraus 4fa7b68dba st7920 128x64 test 2016-11-25 22:50:11 +01:00
olikraus 60802e7af5 issue #93 2016-11-24 22:49:30 +01:00
olikraus d04ee49f0b uc1608, issue #92 2016-11-22 22:08:19 +01:00
olikraus 4cdceb8e57 update 2016-11-21 06:19:32 +01:00
olikraus 127076f170 issue 89: 0.66" OLED 2016-11-20 18:18:14 +01:00
olikraus ca3b5ffc47 gm 2016-11-20 15:46:11 +01:00
olikraus ccef7fa1b8 golem master 2016-11-20 15:25:08 +01:00
olikraus a5c85063c6 cpp issue #89 2016-11-20 14:57:53 +01:00
olikraus 49ede6536e 0.66" OLED, issue #89 2016-11-20 09:59:20 +01:00
olikraus 8a10f56c20 dogm240 2016-11-13 18:51:36 +01:00
olikraus a921a9bfbd dogxl240 spi 2016-11-13 18:24:27 +01:00
olikraus a9ab01a9a1 dogxl240 2016-11-13 18:20:54 +01:00
olikraus 884315b787 dogxl240 and dogm240 2016-11-12 21:02:15 +01:00
olikraus 0f2bf06587 DOGXL240 2016-11-12 20:28:27 +01:00
olikraus 76f4da82c5 second wire interface 2016-11-12 17:30:14 +01:00
olikraus 69f74c8e6e uc1611 2016-11-12 16:17:56 +01:00
olikraus 3be945d704 working on uc1611 2016-11-06 22:36:45 +01:00
olikraus 55b58d5456 test code issue #74 2016-11-05 17:37:45 +01:00
olikraus 221b98beb4 issue #74 2016-11-04 21:10:42 +01:00
olikraus 8823e50424 t6963 240x64, issue #80 2016-11-02 18:53:19 +01:00
olikraus d1612c96b0 i2c speed test for issue #79 2016-11-02 17:08:04 +01:00
olikraus 69e96c157a commet 2016-10-15 17:11:20 +02:00
olikraus 48b8aba0fc dogxl160 2016-10-15 17:08:04 +02:00
olikraus adc77b4488 fixed issue #67 2016-10-06 21:31:23 +02:00
olikraus 421889ca29 fixed unused parameter warning 2016-10-06 21:19:38 +02:00
olikraus 0d381b4142 2.5.2 2016-10-02 11:00:59 +02:00
olikraus 99db38000e towards 2.5.x 2016-10-02 08:00:28 +02:00
olikraus 57420672ab japanese efont 2016-10-01 17:50:00 +02:00
olikraus b4db8002ec XBM & japanese 2016-10-01 08:37:18 +02:00
olikraus f29165b4f0 issue #61 2016-09-29 21:08:36 +02:00
olikraus 993be7e319 fixed issue #30 2016-09-29 20:48:58 +02:00
olikraus d20d082670 SSD1322 2016-09-28 23:23:07 +02:00
olikraus b91e02ea42 issue #62 solved 2016-09-26 20:53:08 +02:00
olikraus b0edf020e7 270 issue 2016-09-26 06:59:18 +02:00
olikraus 9abb620676 ssd1325 implemented 2016-09-25 22:15:16 +02:00
olikraus 06952b5991 ssd1325 2016-09-25 10:26:39 +02:00
olikraus 69a2c1f615 RA8835 2016-09-23 19:43:35 +02:00
olikraus cebac044f9 2.4.1 2016-08-21 21:32:10 +02:00
olikraus ad3ac3a66e HW SPI bug fixing 2016-08-21 11:46:01 +02:00
olikraus e28fc8d57d ExtUTF8 example 2016-08-20 14:24:40 +02:00