Commit Graph
167 Commits
Author SHA1 Message Date
javl 3267b9954b fix redeclaration of var 2023-05-02 18:15:10 +02:00
javl b700f5787d add no file selected text to preview 2023-05-02 18:13:50 +02:00
javl 2d483ace16 update intro text, move files around 2023-05-02 18:10:30 +02:00
javl 3c6ea67da1 add note on processing locally 2023-05-02 17:59:11 +02:00
javl 65b3e44888 fix all same size btn 2023-05-02 17:56:08 +02:00
javl e3d82fb694 formatting 2023-05-02 17:52:56 +02:00
javl 31ccf0193b simplify rotation and flipping 2023-05-02 17:49:59 +02:00
javl 98c63e66f0 fix dithering not being called 2023-05-02 16:08:57 +02:00
javl 827748286d formatting 2023-05-02 16:06:59 +02:00
javl 51315c0054 WIP moving to separate files 2023-05-02 15:36:05 +02:00
javl 22127db17f fix removing ', 0x' from output for all modes 2023-05-02 14:44:25 +02:00
javl f3313d4581 move code to separate .js file 2023-05-02 14:40:44 +02:00
javl 8fae3fd82a add .gitignore 2023-05-02 14:40:32 +02:00
javl 877f14406a fix error with drawing the background in the wrong location 2023-05-02 14:11:47 +02:00
javl 6b1b4e2b3f fix some scaling issues 2023-05-02 14:03:37 +02:00
javl 3eb12bbf1e update some label positions 2023-05-02 12:43:35 +02:00
javl 1f8e7f9548 fix not being able to use floydsteinberg dithering 2023-05-02 12:43:19 +02:00
javl a7decafb85 more rotation options 2023-05-02 12:35:33 +02:00
javl e33c612cb0 fix typo breaking export 2023-05-02 11:28:03 +02:00
javl 7fc1c7df11 remove logging 2023-05-02 11:21:10 +02:00
javl 98b6f3093b Add dithering options 2023-05-01 22:42:21 +02:00
javl cf0884ceb9 Merge branch 'main' into gh-pages 2023-05-01 18:03:07 +02:00
javl e2b4651023 Merge branch 'master' 2023-05-01 18:02:48 +02:00
javl 88d55eae6f convert intdentation to spaces 2023-05-01 18:01:21 +02:00
javl 41cdddaad4 Merge branch 'master' into gh-pages 2023-05-01 18:00:14 +02:00
javl e03e63a8bc convert indentation to spaces 2023-05-01 17:58:50 +02:00
javl 0e71889008 add option to hide ', 0x' from plain bytes output 2023-05-01 17:55:23 +02:00
javl 1e8018bb78 convert tabs to spaces 2023-03-29 14:31:12 +02:00
javl 124218b652 formatting 2023-03-29 14:29:08 +02:00
javl 4a82961349 typo 2023-03-29 14:28:38 +02:00
javl 452006eaee formatting 2023-03-26 17:32:53 +02:00
Jasper van LoenenandGitHub d87418616d Update README.md 2023-03-26 17:31:58 +02:00
javl 229c17aa2c add sponsorlink to page 2023-03-26 17:30:50 +02:00
javl 47ca3ca747 update readme 2023-03-26 17:27:59 +02:00
javl 399e9eaf9f update credits in readme 2023-03-14 08:40:15 +01:00
javl 955ec881c2 rename download btn 2023-03-14 08:39:29 +01:00
Jasper van LoenenandGitHub d25ac63a58 Merge pull request #54 from dotcypress/main
Binary download feature
2023-03-14 08:38:53 +01:00
javl c8bedc9f10 update credits 2023-03-14 08:35:22 +01:00
javl 6d252d3ab0 Update layout a bit 2023-03-14 08:32:13 +01:00
Jasper van LoenenandGitHub 12c6bae46f Merge pull request #51 from plewka/patch-1
Support ESP+u8g2 with optional bitswap
2023-03-14 08:09:24 +01:00
Vitaly Domnikov e590cbdb71 sort files 2023-01-29 12:26:12 -08:00
Vitaly Domnikov c17fb10e0b format code 2022-09-29 14:09:47 -07:00
Vitaly Domnikov eddd5358cb rename button 2022-09-29 14:09:07 -07:00
Vitaly Domnikov c5f4a6056f download feature 2022-09-29 14:01:14 -07:00
Jasper van LoenenandGitHub f16fa3c5ae Create FUNDING.yml 2022-03-28 16:14:49 +02:00
Jasper van LoenenandGitHub 2ae3367dd1 Update README.md
update credits
2022-02-16 21:46:19 +01:00
Jasper van LoenenandGitHub afb6a1532b Merge pull request #49 from Daniyal-Warraich/master
adds copy function
2022-02-16 21:44:16 +01:00
plewkaandGitHub a30a5c4c6b Support ESP+u8g2 with optional bitswap
Somewhere (SPI Interface?) there is a MSB/LSB swap when using the converter with ESP32 and the U8g2 library 
which distorts the output.
I checked with 1bit per pixel output but added an optional bitswap checkbox, a function to do optinal swap and 
added it to all output functions.
The lvgl online converter has got the same problem. Maybe there is is something wrong with the u8g...
Since endian is a traditional an generic issue I thought it's probably a nice feature inside the converter 
which at least works fine for me.
2021-11-24 11:10:21 +01:00
Daniyal-Warraich 1609f14253 adds copy function 2021-11-13 14:32:22 -06:00
javl 02d487f6c4 update credits 2021-11-06 17:22:51 +01:00