Commit Graph

1060 Commits

Author SHA1 Message Date
olikraus ef5b2619f3 update 2017-11-19 16:39:09 +01:00
olikraus e30600288e fixed memory bug in u8x8_d_bitmap.c 2017-11-19 11:36:58 +01:00
olikraus de3d02e59e 2.20.7 2017-11-18 21:40:51 +01:00
olikraus 90845048c9 issue #398 2017-11-18 21:38:26 +01:00
olikraus a20f7e3eec work on none clipping mode 2017-11-18 13:06:01 +01:00
olikraus 59a65d7f1a update 2017-11-17 23:27:24 +01:00
olikraus eca661a583 update 2017-11-11 14:32:57 +01:00
olikraus bd17eef3a8 update 2017-11-11 13:00:59 +01:00
olikraus ede6bc0507 update 2017-11-11 10:53:26 +01:00
olikraus beacd807fd update 2017-11-11 07:50:18 +01:00
olikraus 333640afde update 2017-11-10 21:06:21 +01:00
olikraus fddb94cbf4 update 2017-11-09 21:09:38 +01:00
olikraus f06002d522 update 2017-11-08 06:19:22 +01:00
olikraus bde4c7ce26 Merge branch 'master' of https://github.com/olikraus/u8g2 2017-11-07 22:56:54 +01:00
olikraus c32fe1581c update 2017-11-07 22:56:40 +01:00
olikraus d880e2e38c
Merge pull request #416 from HendryKaak/Bugfix-U8X8_USE_PINS
Fix compilation without U8X8_USE_PINS
2017-11-06 19:53:16 +01:00
Hendry Kaak 3d5d701c0b Fix compilation without U8X8_USE_PINS
The ifdef guard was removed in merge commit '2bcaeb8'. Breaking
compilation outside of the Arduino environment.
2017-11-06 19:07:15 +01:00
olikraus 8b6b32f43a update 2017-11-05 22:19:46 +01:00
olikraus b8d41b5781 adc test 2017-11-05 09:37:10 +01:00
olikraus 09eb1f8285 issue #398 2017-11-04 15:22:42 +01:00
olikraus 32943d6061 issue #398 2017-11-04 10:42:20 +01:00
olikraus 34d2cea42f i2c test 2017-10-31 15:57:46 +01:00
olikraus 5df9e62b85 Merge branch 'master' of https://github.com/olikraus/u8g2 2017-10-31 15:40:40 +01:00
olikraus 042bc44420 stm32l0 2017-10-31 15:40:26 +01:00
olikraus 4dc7994302
Merge pull request #411 from basilfx/bugfix/ls013b7dh03
ls013b7dh03: wrap initialization in transaction.
2017-10-30 23:13:23 +01:00
Bas Stottelaar 74fb446e45 ls013b7dh03: wrap initialization in transaction. 2017-10-30 23:05:18 +01:00
olikraus 081506a6b8 fixed ifdef, #410, #377 2017-10-30 21:20:04 +01:00
olikraus 7ee621d30b update 2017-10-29 08:08:04 +01:00
olikraus cec0df6e81 issue #316, better SH1106 init sequence 2017-10-29 08:05:42 +01:00
olikraus 7aa20c49e1 issue #408 2017-10-29 07:26:36 +01:00
olikraus 37593b0204 issue #408 2017-10-29 07:16:03 +01:00
olikraus 123432f465 issue #398 2017-10-28 16:58:58 +02:00
olikraus aaa3253dc7 issue #398, ssd1326 2017-10-28 16:57:15 +02:00
olikraus 9c63ae7b7f issue #402 2017-10-25 23:33:52 +02:00
olikraus 57b51771fd issue #402 2017-10-25 23:32:36 +02:00
olikraus 22dec642da issue #402 2017-10-25 22:54:37 +02:00
olikraus 5267469122 Merge pull request #403 from m9365428/patch-1
Create keywords.txt
2017-10-25 20:43:58 +02:00
olikraus e1cb9855d3 update 2017-10-24 21:09:36 +02:00
m9365428 8576a7085d Create keywords.txt
Test run for keywords.txt
quick test using commands listed in https://github.com/olikraus/u8g2/wiki/u8g2reference
included one font in literals for testing.

Thought: If font codes where rewriten as u8g2.font.ncenB08.tr then fewer entries would be needed and it might simplify backend code.

method:
1. add new line for keyword in proper section
2. after keyword intert literal TAB not spaces. I edited in note pad and copied over.
3. after TAB insert word type (KEYWORD 1, KEYWORD 2, KEYWORD3, LITERAL 1, LITERAL2)

more documentation on keyword.txt
https://gist.github.com/gschandler/8704468    (template)
https://www.arduino.cc/en/Hacking/LibraryTutorial    (near the bottom)
https://spencer.bliven.us/index.php/2012/01/18/arduino-ide-keywords/    (what are the types)
2017-10-24 13:37:17 -05:00
olikraus c4c4cccd4b update 2017-10-21 10:03:15 +02:00
olikraus 9a55f6f791 JLX25665, issue #399 2017-10-21 10:01:32 +02:00
olikraus ed7d033e4f issue #399 2017-10-21 09:52:41 +02:00
olikraus 8d980527df JLX25664, issue #399 2017-10-21 08:06:54 +02:00
olikraus a313bfe01a i2c support for st75256, issue #384 2017-10-20 23:48:29 +02:00
olikraus a0473f6064 renamed new ssd1327 128x128 constructor, fix for flip mode, #397 2017-10-20 18:40:52 +02:00
olikraus bbb6587711 issue #397 2017-10-19 22:44:04 +02:00
olikraus 19b2f16142 Merge branch 'master' of https://github.com/olikraus/u8g2 2017-10-19 21:10:48 +02:00
olikraus 0917449a09 fixed drawBitmap, #391 2017-10-19 21:10:18 +02:00
olikraus 85e49bb9b8 Merge pull request #393 from HendryKaak/cygwin
Do not use weak symbols on CYGWIN
... I wonder who wants to use u8g2 within cygwin..
2017-10-17 18:35:21 +02:00
Hendry Kaak 7bfe1a3bf8 Do not use weak symbols on CYGWIN
Apparently CYGWIN does not properly support these, the weak
u8x8_GetMenuEvent() symbol is not found by the linker during
the link step.
2017-10-17 16:41:31 +02:00