https://github.com/linux0hat/photocasio
A photo editor/creator designed for Casio Graph 90+E / Casio fx-CG50.
https://github.com/linux0hat/photocasio
casio image-editor photoshop
Last synced: over 1 year ago
JSON representation
A photo editor/creator designed for Casio Graph 90+E / Casio fx-CG50.
- Host: GitHub
- URL: https://github.com/linux0hat/photocasio
- Owner: Linux0Hat
- License: other
- Created: 2024-03-27T21:24:51.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-21T18:19:41.000Z (about 2 years ago)
- Last Synced: 2025-01-12T21:45:30.966Z (over 1 year ago)
- Topics: casio, image-editor, photoshop
- Language: C
- Homepage:
- Size: 63.5 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Photocasio
Photocasio is a photo editor/creator designed for Casio Graph 90+E / Casio fx-CG50.




This program has been tested on an emulator ([casio-emu](https://github.com/Heath123/casio-emu)) and a calculator (Casio Graph 90+E / Casio fx-CG50)
## Build
### Dependencies
- [`fxsdk`](https://git.planet-casio.com/Lephenixnoir/fxsdk)
- [`gint`](https://git.planet-casio.com/Lephenixnoir/gint)
[Instalation guide with giteapc (french only)](https://www.planet-casio.com/Fr/forums/topic16614-last-giteapc-installer-et-mettre-a-jour-automatiquement-des-projets-gitea.html)
### Build Instructions
1. Clone the repository:
```
git clone https://github.com/Linux0Hat/photocasio.git
```
2. Navigate to the project directory:
```
cd photocasio
```
3. Build using `fxsdk`:
```
fxsdk build-cg
```
## How to Use
### Introduction
Upon starting Photocasio, choose your preferred language (English or French) using the F1 and F2 keys.
### Main Menu
- **F1:** Navigate to the draw menu
- **F2:** Navigate to the text menu
- **F3:** Navigate to the images menu
- **F4:** Navigate to the images menu (not yet implemented)
- **F5:** Save/Load your project (not yet implemented)
- **F6:** Exit Photocasio
### Draw Menu
- **F1:** Use the pen
- **F2:** Use the eraser
- **F3-F4:** Adjust the radius
- **F5:** Change the color
- **F6:** Return to the main menu
### Text Menu
- **F1:** Write and place text
- **F2:** Change text color
- **F3:** Change the font
- **F6:** Return to the main menu
### RGB Menu
- **Red:** 7 to increase, 1 to decrease
- **Green:** 8 to increase, 2 to decrease
- **Blue:** 9 to increase, 3 to decrease
### Text Input Menu
- Use keys to write
- Cancel with AC/ON
- Confirm with EXE
## License
```
Photocasio © 2024 by Linux_Hat is licensed under
Attribution-NonCommercial-ShareAlike 4.0 International
```
Project maintained by Linux_Hat