Commit Graph

30 Commits

Author SHA1 Message Date
Sebastian e0527a6876 Fixed typo 2021-02-13 21:04:44 +01:00
Sebastian c07fe31f48 Added note about new repository location 2021-02-13 21:00:17 +01:00
Sebastian 7b16e42513 Fixes to the readme 2021-02-13 20:59:53 +01:00
Sebastian 30d08f52e8
Merge pull request #4 from barskern/master
Make target for building static library
2021-02-07 23:56:45 +01:00
Ole Martin Ruud c80f81c43e
Make target for building static library 2021-02-07 06:03:14 +01:00
Sebastian 3f67760fed
Merge pull request #3 from beardyw/beardyw-patch-1
Swap row and column starts when setting landscape mode
Contributed by beardyw
2019-06-01 20:47:06 +02:00
beardyw 9bdb9d1436
Add files via upload 2019-05-22 08:01:09 +01:00
Sebastian 4dcb901544
Merge pull request #1 from massey101/upstream-fixes
Upstream fixes
2019-03-19 11:54:44 +01:00
Jack Massey c7a5c9c3a5 Updated README with usage
This library has the pins hardcoded and so they are recorded in the
README. Also added the additional tweaks done by Massey101.
2019-03-14 16:08:44 +10:00
Jack Massey 8fecfbff00 Fix unused pin PB0 being used in init
This pin is unused and shouldn't be set by the library.
2019-03-14 16:08:44 +10:00
Jack Massey e35c9ae2e5 Fix portrait mode on JAYCAR display
This was due to a simple typo when rebasing.
2019-02-28 22:23:59 +10:00
Jack Massey d953156461 Fix rotation offsets for JAYCAR display
The JAYCAR display was not having its offsets set correctly now that
they were being set by default.
2019-02-28 22:10:10 +10:00
Jack Massey a3766f41e9 Fixed mixing of tabs and spaces 2019-02-28 21:37:40 +10:00
Jack Massey c6e0fc6992 Fixed init for the JAYCAR screen
The ini for the JAYCAR screen didn't correctly set the column and row
start. This has been corrected so it matches the default landscape mode.
2019-02-28 21:31:38 +10:00
Jack Massey 5b1ee1361c Bumped version 2019-02-28 21:19:47 +10:00
Jack Massey 672a5e9502 Added support for cut off bitmaps 2019-02-28 21:19:47 +10:00
Jack Massey cbc18d15e9 Added ST7735_RED144_JAYCAR screen 2019-02-28 21:19:39 +10:00
Jack Massey 7a7b030e2a Removed commented out code 2019-02-25 21:33:14 +10:00
Jack Massey 81b9762c4b Fix issues with bad logo pointer
The logo pointer being used was just incorrect and throwing a warning.
2019-02-25 21:32:11 +10:00
Jack Massey d591379bef Fix c99 compile issues
This software depends on c99 despite the fact that it's not present in
the compile flags. This has been fixed.
2019-02-25 21:08:58 +10:00
Sebastian 3d03fa4038 Added additional font and the font converter 2016-12-08 02:15:02 +01:00
Sebastian f1f9b255f5 Added fontrendering 2016-12-08 01:21:36 +01:00
Sebastian 0da083fb1a Added graphic primitives 2016-12-07 21:14:46 +01:00
Sebastian 6673290c3f Added cool image 2016-12-07 00:52:59 +01:00
Sebastian 7523c468ed Added README 2016-12-07 00:47:52 +01:00
Sebastian de23e0b650 Cleanups 2016-12-07 00:26:43 +01:00
Sebastian 0d81f98ab9 Fixed set_addr_win
Fixed set_orientation
Fixed minor bugs and typos
2016-12-06 19:52:01 +01:00
Sebastian d8180ba10a Added line and rect drawing 2016-12-05 23:18:40 +01:00
Sebastian e073e6c750 Added orientation and set pixel function 2016-12-05 16:33:58 +01:00
Sebastian 1af8221120 Started porting arduino library 2016-12-05 14:56:09 +01:00