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

Release 0.5 #168

Merged
merged 49 commits into from
Sep 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
3f29f1a
WIP: rounded rectangle
deadlink Feb 24, 2024
110b4d4
Merge pull request #153 from sbrin/hotfix-editor-keys
sbrin Mar 24, 2024
2e8316d
Drawing method for rounded rect
deadlink Apr 2, 2024
66f93a8
Merge branch 'develop' into rounded_rectangle
deadlink Apr 2, 2024
a5b5dbb
Fix runded rect draw
deadlink Apr 4, 2024
0c0e82e
code generation for rounded rect
deadlink Apr 5, 2024
a33daa3
Tests
deadlink Apr 5, 2024
5225ee6
Fixed image dnd
deadlink Apr 5, 2024
0fe59ef
Merge pull request #155 from sbrin/image_drop_fix
sbrin Apr 9, 2024
2cf5634
Fixed rectangle resizing
deadlink Apr 18, 2024
dff6a38
Add TFT_eSPI platform, minor fix for adafruit code template
Apr 18, 2024
5c70509
Update snapshots
Apr 18, 2024
7c97006
Fix radius limit
deadlink Apr 18, 2024
34753b1
Merge pull request #156 from sbrin/tft-espi-platform
sbrin Apr 30, 2024
2e9e1cd
Fixed edititng rounded rect
deadlink May 5, 2024
b8bb7bf
Merge remote-tracking branch 'origin/develop' into rounded_rectangle
deadlink May 5, 2024
aa84695
TFT espi support
deadlink May 5, 2024
407854e
Snapshot update
deadlink May 5, 2024
77ad7d6
Merge pull request #154 from sbrin/rounded_rectangle
sbrin May 6, 2024
bc65227
tailwind + daisyui
deadlink May 21, 2024
79a956b
Refactor CSS, test daisyUI
May 21, 2024
295d071
Fix theme
deadlink May 21, 2024
b98db80
Fix tw config
deadlink May 21, 2024
65b7bf6
Remove test markup, return css TODO: fix inputs
May 21, 2024
aa61a68
Fix styles, refactor inputs
May 22, 2024
1e6cc06
Fix dot layer
deadlink May 22, 2024
fd7677f
Merge pull request #162 from sbrin/fix_dot_layer
sbrin May 22, 2024
0f13979
Fix input label hover
May 22, 2024
e4f03d4
Fix u8g2 for arduino to use drawXBMP with progmem
May 31, 2024
3bc5916
Merge pull request #161 from sbrin/tw
sbrin May 31, 2024
cdd7ea0
Merge pull request #166 from sbrin/fix-u8g2-progmem
sbrin Jun 5, 2024
a1df28c
Image import wizard
deadlink Mar 1, 2024
60f6aca
Black color for custom image preview
deadlink Mar 1, 2024
236659d
preview auto update
deadlink Mar 1, 2024
152473b
Reset image size and fit to screen
deadlink Mar 1, 2024
38932d6
rescale algorithms
deadlink Mar 1, 2024
763b267
image brightness
deadlink Mar 2, 2024
b27d9eb
Image contrast
deadlink Mar 2, 2024
23671d5
reset import options
deadlink Mar 2, 2024
cd4f1c7
Invert pallete
deadlink Mar 2, 2024
24c4c95
Image crop
deadlink Mar 3, 2024
0e14dc2
grayscale optional
deadlink Mar 3, 2024
abffdb7
Removed debugger
deadlink Mar 3, 2024
955130c
fix
deadlink Mar 3, 2024
013425d
Import wizard redesign
Jun 6, 2024
2ea0f5c
Merge pull request #135 from sbrin/image_import_wizard
sbrin Jun 11, 2024
72773ba
Refactor markup to fit taiwind and daisyUI design guides
Jun 18, 2024
87d6135
Refactor markup to fit taiwind and daisyUI design guides
Jun 18, 2024
5e5cf00
Merge pull request #169 from sbrin/markup-revamp
sbrin Jun 21, 2024
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
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,17 @@ Draw any graphics and use generated code in your Arduino, ESP32 or STM32project!
* use custom images
* auto-generate XBMP graphics
* move, resize, edit elements
* u8g2, AdafruitGFX, raw Uint32, FlipperZero export
* generate the source code in C/C++
* FlipperZero live preview
* select zoom scale

## Supported platforms
* u8g2
* AdafruitGFX
* FlipperZero
* Inkplate
* raw Uint32 byte array



## Cloud App (no registation required)
Expand Down
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,18 @@
},
"homepage": "https:/sbrin/lopaka#readme",
"devDependencies": {
"@tailwindcss/typography": "^0.5.13",
"@vitejs/plugin-basic-ssl": "^1.0.1",
"@vitejs/plugin-vue": "^4.3.4",
"@vitest/coverage-v8": "^0.34.4",
"@vitest/ui": "^0.34.4",
"@vue/test-utils": "^2.4.1",
"autoprefixer": "^10.4.19",
"daisyui": "^4.11.1",
"jsdom": "^22.1.0",
"prettier": "^3.0.3",
"probe-image-size": "^7.2.3",
"tailwindcss": "^3.4.3",
"vite": "^4.4.9",
"vitest": "^0.34.5"
},
Expand Down
6 changes: 6 additions & 0 deletions postcss.config.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {}
}
};
3 changes: 3 additions & 0 deletions public/assets/icons/Circle.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions public/assets/icons/Code.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions public/assets/icons/Default.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions public/assets/icons/Draw.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions public/assets/icons/Image.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions public/assets/icons/Line.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions public/assets/icons/Rectangle.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions public/assets/icons/Text.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions public/assets/icons/Things.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions public/assets/icons/Tree.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions public/assets/icons/cog.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions public/assets/icons/layers.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions public/assets/icons/menu.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions public/assets/icons/projects.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading