Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Major Engine Revision #3

Open
wants to merge 58 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
58 commits
Select commit Hold shift + click to select a range
0d04385
Changed structure to meet new standard.
gauravmm Jul 25, 2014
2be0d25
Made the pixelsInAByte abstract.
gauravmm Jul 25, 2014
7be3183
Changed all images and fonts to the 8-pixels-per-byte scheme.
gauravmm Jul 25, 2014
59b02ea
Changed image engine support.
gauravmm Jul 27, 2014
fad0a67
More updates on types.
gauravmm Jul 27, 2014
58643a0
Fixed image pixel order problem.
gauravmm Jul 27, 2014
02887ff
Font rendering complete!
gauravmm Jul 27, 2014
8886a03
Added community font, updated image and font conversion utility.
gauravmm Jul 28, 2014
ce3d8a4
Added 8x4 community font, wrote new testing example.
gauravmm Jul 28, 2014
c43dbd9
Added new font_8x4, new tool to generate FONT_NAME_END matrices.
gauravmm Jul 28, 2014
f5e1f0b
Fixed U character
gauravmm Jul 28, 2014
5e0e1e0
Reordered and renamed examples.
gauravmm Jul 28, 2014
5b90847
Fix heart image.
gauravmm Jul 28, 2014
c6088ed
Updated README and UPGRADE
gauravmm Jul 28, 2014
93394c9
Added support for multi-bytes-per-column font.
gauravmm Jul 28, 2014
7f416d6
Added ifndef preprocessor instructions.
gauravmm Jul 28, 2014
8a38ce5
Extended examples, fixed references to getTestWidth
gauravmm Jul 28, 2014
ec2ecf9
README update.
gauravmm Jul 28, 2014
cb29bbb
Merge branch 'rewrite', ready for v2 release.
gauravmm Jul 28, 2014
6b7ebe0
Minor documentation changes.
gauravmm Jul 28, 2014
c03ada3
Added PROGMEM support.
gauravmm Jul 29, 2014
5d916ed
Changed tool to use PROGMEM as well.
gauravmm Jul 29, 2014
863ff25
Merge branch 'PROGMEM_Support'
gauravmm Jul 29, 2014
63070f9
Fixed comments describing the standard command list.
gauravmm Jul 29, 2014
6f32b8a
Updated examples
gauravmm Aug 1, 2014
aaaef6c
Updated documentation.
gauravmm Aug 1, 2014
6d3743f
Updated library, with a single render target and channel support.
gauravmm Aug 1, 2014
972a27f
Added defaults for different boards.
gauravmm Aug 1, 2014
774042d
Added examples.
gauravmm Aug 1, 2014
0b3067b
Minor error fixes.
gauravmm Aug 1, 2014
c52d597
Updated Syntax Highlighting instructions.
gauravmm Aug 1, 2014
e9fc209
Updated documentation.
gauravmm Aug 1, 2014
aa28683
Merge branch 'Bicolor_2416_Support'
gauravmm Aug 2, 2014
855551c
Support for one Bicolor board tested and working.
gauravmm Sep 7, 2014
91830ce
Documentation update
gauravmm Sep 7, 2014
7fb6f6a
Added and updated Bicolor examples.
gauravmm Sep 7, 2014
214f67b
Fix PGM syntax to comply with latest Arduino IDE (rev 1.5.7)
flavio-fernandes Sep 8, 2014
e062562
Merge pull request #17 from flavio-fernandes/gaurav.master
gauravmm Sep 8, 2014
f6cd9ea
added set/getPixel and fill/fillAll
FreakyBytes Oct 22, 2014
04c8398
added makro for bit mask generation in pixel ops
FreakyBytes Oct 22, 2014
2859fb9
Merge pull request #19 from FreakyBytes/master
gauravmm Oct 27, 2014
7787e1a
Use char instead of byte for text
futureshape Nov 23, 2014
84c991c
Use char instead of byte for text
futureshape Nov 23, 2014
7f441a1
Merge pull request #1 from futureshape/patch-1
futureshape Nov 23, 2014
1a104dd
Merge pull request #20 from futureshape/patch-2
gauravmm Jan 19, 2015
83358c8
support for ESP8266
biohazardxxx Oct 6, 2015
456b891
Merge pull request #1 from biohazardxxx/biohazardxxx-patch-1
biohazardxxx Oct 6, 2015
aab4250
removed not needed IO include
biohazardxxx Nov 3, 2015
85e9f4c
Merge pull request #23 from biohazardxxx/master
gauravmm Nov 7, 2015
64f066a
Sure Electronics 24x16 Support Part 1
EXTREMEGABEL May 30, 2016
d613c6c
Sure Electronics 24x16 Support Part 2
EXTREMEGABEL May 30, 2016
e1d91cb
Merge pull request #30 from EXTREMEGABEL/master
gauravmm Jun 9, 2016
95c5333
Added 8x5 font
shaehnic Jun 27, 2018
fc0225c
Merge pull request #35 from shaehnic/Add-font
gauravmm Jun 27, 2018
3519b72
Move library to root of repository
per1234 Jul 10, 2018
12d40a2
Merge pull request #36 from per1234/root-library
gauravmm Aug 7, 2018
baca5ce
Use a single tab field separator in keywords.txt
per1234 Sep 9, 2018
e68bef0
Merge pull request #37 from per1234/keywords_txt-multiple-tabs
gauravmm Sep 11, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
449 changes: 0 additions & 449 deletions Arduino/HT1632/HT1632.cpp

This file was deleted.

150 changes: 0 additions & 150 deletions Arduino/HT1632/HT1632.h

This file was deleted.

96 changes: 0 additions & 96 deletions Arduino/HT1632/font_5x4.h

This file was deleted.

34 changes: 0 additions & 34 deletions Arduino/HT1632/images.h

This file was deleted.

This file was deleted.

Loading