Commit Graph

614 Commits

Author SHA1 Message Date
olikraus 0917449a09 fixed drawBitmap, #391 2017-10-19 21:10:18 +02:00
olikraus ad1222c8bf update 2017-10-15 11:18:42 +02:00
olikraus af0b4fba1f towards 2.19.8 2017-10-13 18:48:02 +02:00
olikraus a08b50919e issue #368 2017-10-13 18:41:46 +02:00
olikraus dd4035133c update 2017-10-11 23:09:11 +02:00
olikraus 424e959f16 issue #163, flip mode for JLX172104 2017-10-11 18:39:36 +02:00
olikraus 742b2dfdc6 issue #163, flipmode for 256x128 LCD 2017-10-11 18:28:44 +02:00
olikraus 1ad6827707 issue #163 2017-10-11 15:09:40 +02:00
olikraus be368f28c6 update 2017-10-11 08:42:48 +02:00
olikraus ddf6ed525b cleanup #163 2017-10-11 08:13:09 +02:00
olikraus eecdfcd034 update 2017-10-11 06:08:59 +02:00
olikraus 094ed83994 update 2017-10-09 21:38:58 +02:00
olikraus 42addd3004 work on st75256 2017-10-09 21:36:06 +02:00
olikraus adc34ca58d issue #378, removed ESP8266 ifdefs, includes modifications for st75256 (which still does not work, #163) 2017-10-08 13:09:44 +02:00
olikraus 4defe03d01 issue #163 2017-10-07 16:30:31 +02:00
olikraus 28abb2c570 ESP32, Wire.h pin remapping support, #377 2017-10-06 23:38:01 +02:00
olikraus fd018eb674 issue #377, added HW I2C pin remapping for ESP32 2017-10-06 22:17:27 +02:00
olikraus 0c676a01b5 issue #378 2017-10-06 20:48:12 +02:00
olikraus 9878b37f94 builder file 2017-10-04 21:19:19 +02:00
olikraus f8056d5ce7 update 2017-10-03 08:53:04 +02:00
olikraus d273ea33b4 issue #371 2017-10-03 07:18:58 +02:00
olikraus e9aca5de5b alarm clock 2017-10-02 20:04:11 +02:00
olikraus 1a893d3af1 UC1638, issue #371 2017-10-02 18:35:15 +02:00
olikraus 49b4d25550 issue #371, added uc1638 device 2017-10-02 15:09:00 +02:00
olikraus 5e48550a93 update 2017-10-02 13:15:47 +02:00
olikraus 1cd6f71df7 2.18.13 2017-09-30 10:56:22 +02:00
olikraus 4b8cf2e18b tests for #370 2017-09-30 07:17:30 +02:00
olikraus fa6f318119 240x160 2017-09-28 23:25:13 +02:00
olikraus 056b245dc3 uc1611 controller ram architecture update, issue #339, release 2.18.10 2017-09-24 20:59:47 +02:00
olikraus 7844c40091 issue #339, LCD mapping - single byte cmd for UC1611 2017-09-24 11:47:45 +02:00
olikraus 8b2d0a736f issue #339 2017-09-23 22:24:42 +02:00
olikraus f6cb5219d3 issue #339 2017-09-23 19:42:12 +02:00
olikraus 986daecc4d issue #339 2017-09-23 11:51:36 +02:00
olikraus 1729bbd967 issue #339 2017-09-23 11:30:36 +02:00
olikraus 342d4cffdc Alternative OLED 64x32 Device #361 2017-09-23 08:51:13 +02:00
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