Custom LCD config - config

I have a 23-pin custom LCD 7 segment with a special symbols. I want to reuse it in another application.
The problem is that I cannot config pins of the lcd. And I don't know how to control it.
Although I tried a lot, but I didn't succeed. What do you advise?
Thanks
enter image description here

Related

Write to left and right display

I have a Lily58 Pro, this is a split keyboard with two displays. I am looking for a way to display text and images on both displays.
To create my custom firmware I have done the following:
Copy default Lily58 firmware
Alter the layers in keymap.c file.
As far as I understand I need to alter the oled_task_user() method to write to the secondary (right hand side) display. The QMK Documentation provides some kind of example but I don't understand it.
Should I be importing something from the split_commom package?
Question
How do I display text/image on the secondary display? A small example would be much appreciated.

Is there any way to create and display music notation inside of a codenameone app?

Is there any way to create and display music notation inside of a codenameone app?
For Java generally there are some libraries like for example JFugue that let you write music inside a program. Maybe also display it, i didn't try that out.
There is lilypond, which would work in a desktop environment if you were able to run it to make the pdf after generating the file itself.
I wrote a small app in Android Studio and had to write my own music notation logic and drew it with the help of png files on a Canvas. That worked okay for small musical examples of a clef and around 2-7 notes.
Now i want to do something similar in Codenameone and display at least a clef and some notes inside the app (maybe as an image) - they have to be generated with some random element while the program runs.
It would also be great to be able to write and show more than a few notes, displaying it somehow and maybe also with the ability to have it as a pdf file later.
Is it possible to use something that already exists?
Thanks a lot!

Windows Form, image gridlines

Currently I want to create an application.multiscreen transitionstrong text
But I have a problem I do not know how to do these lines that divide the image into several parts. I want to cut the image into several parts and these parts you can handle, please at least some ideas.
If you want to split images up programmatically you are first going to have to choose a file format to support. I suggest PNG to begin with because their encoding is fairly simple to understand (see HERE) and c# has a class to decode it (see HERE.)
You'll want to think of the PNG file as a matrix of RGB values that you can split up and store into separate new smaller PNG files.
If you want to support other image file types you will have to do some research into their encoding formats and handle them differently.
Well I did. Of course other method as I create a WPF application. show image
This program is intended to control 3, 6 and 9 monitors connected by Raspberry Pi. As you can see in the image I want to first grid to have 2 buttons. The first button to set the image resolution of first grid. The second button can send images from the first grid to the first monitor and so on all grids.
Thank you very much for your help. Wait a few suggestions.

using .gif image in Active reports .i.e. in pdf it should display

I have a strange requirement , where the client wants a graphical logo which revolves to be printed on the reports. I am completely confused as on PDF can we display a .gif image. i gone through and found this. So, generating reports by active reports9 is it possible. Need assistance guys. If its not we need to inform as early as possible to client. If it possible how. Thanks in advance.
Displaying animated gif images in ActiveReports is not possible as of now.
Gifs could be loaded inside the Picture control in reports as simple images but the animation part for them is not supported currently.

can any one tell me the details about below displayed control?can i arrange images on this?

can any one tell me the details about below displayed control?can i arrange images on this?
Hi all,
may i know the name of below displayed control.
how can create this.
can i able to arrange images or text box inside the control.
Hi all,
can any one help me .
can any one provide me any code to create this ,sample apps or paths to refer.
i need to arrange images on to this.
is it possible to do?
The control you are looking at is a UIPickerView. Apple documentation covers this pretty well. It is possible to assign images to it.