Home
JAQForum Ver 24.01
Log In or Join  
Active Topics
Local Time 01:12 02 Sep 2025 Privacy Policy
Jump to

Notice. New forum software under development. It's going to miss a few functions and look a bit ugly for a while, but I'm working on it full time now as the old forum was too unstable. Couple days, all good. If you notice any issues, please contact me.

Forum Index : Microcontroller and PC projects : Graphic Editor

Author Message
Teo1
Newbie

Joined: 06/05/2023
Location: Romania
Posts: 35
Posted: 05:20pm 16 Aug 2025
Copy link to clipboard 
Print this post

Hello everyone,
It would be extraordinarily useful if we could use a graphic editor, like NEXTION EDITOR, to place graphic components on the surface of the screen. This way we can have an image of the layers.
Would such a thing be possible?
Thank you,
Teo
 
Martin H.

Guru

Joined: 04/06/2022
Location: Germany
Posts: 1270
Posted: 05:58pm 16 Aug 2025
Copy link to clipboard 
Print this post

You can use any graphics editor you like, as long as the output format matches the resolution and color depth for the target system.
'no comment
 
Teo1
Newbie

Joined: 06/05/2023
Location: Romania
Posts: 35
Posted: 06:05pm 16 Aug 2025
Copy link to clipboard 
Print this post

Hi Martin,
I was thinking of an editor that generates the code for PICO.
Teo
 
Martin H.

Guru

Joined: 04/06/2022
Location: Germany
Posts: 1270
Posted: 06:24pm 16 Aug 2025
Copy link to clipboard 
Print this post

Hi Teo
For the PicomiteVGA the output format should be BMP with 320x240 pixels in RGB 121 format, or 640x480 with 2 colors.
You can get this for the Pico via Terraterm using Xmodem, or via the SD card. I don't think it's possible for such a comprehensive graphics program as Nextion Editor to run directly on the Pico due to its limited resources. I do a lot with graphics for the Pico, but I also use an external program for this. Long story short, I don't know of any comprehensive drawing programs for the Pico. Unless you write one yourself.
Cheers
Martin
Edited 2025-08-17 04:24 by Martin H.
'no comment
 
Mixtel90

Guru

Joined: 05/10/2019
Location: United Kingdom
Posts: 8043
Posted: 06:43pm 16 Aug 2025
Copy link to clipboard 
Print this post

Do you mean something like this GUI editor ?
Mick

Zilog Inside! nascom.info for Nascom & Gemini
Preliminary MMBasic docs & my PCB designs
 
Teo1
Newbie

Joined: 06/05/2023
Location: Romania
Posts: 35
Posted: 06:45pm 16 Aug 2025
Copy link to clipboard 
Print this post

Hi Martin,
I was thinking that this editor should be created by those who designed widgets as a very useful update. It's just an idea, I believe, a good one. This way, the use of TFT modules would be much friendlier and more productive.
Thank you for the response.
Teo
 
Teo1
Newbie

Joined: 06/05/2023
Location: Romania
Posts: 35
Posted: 06:57pm 16 Aug 2025
Copy link to clipboard 
Print this post

Hi Mick,
Yes, something similar, but for TFT modules not for VGA or HDMI displays. Basically, a GUI editor that runs on PC with which we can place graphic components using the mouse. This way we can visualize the future image that will be on the TFT module. Eventually, it should generate the BASIC code that we can upload to PICO.
Thank you for the response.
Teo
 
Mixtel90

Guru

Joined: 05/10/2019
Location: United Kingdom
Posts: 8043
Posted: 07:21pm 16 Aug 2025
Copy link to clipboard 
Print this post

Part of the problem is probably that for designing a display for a particular TFT resolution you really need the editor to have a bigger resolution so that there is space around it for controls etc.

That's what is being done here, I think. The GUI code will have to be transferred to the TFT system in some way anyway eventually as VGA and HDMI don't support Touch.
Edited 2025-08-17 05:23 by Mixtel90
Mick

Zilog Inside! nascom.info for Nascom & Gemini
Preliminary MMBasic docs & my PCB designs
 
Teo1
Newbie

Joined: 06/05/2023
Location: Romania
Posts: 35
Posted: 07:32pm 16 Aug 2025
Copy link to clipboard 
Print this post

Something similar to this: https://nextion.tech/nextion-editor/
Teo
 
Print this page


To reply to this topic, you need to log in.

The Back Shed's forum code is written, and hosted, in Australia.
© JAQ Software 2025