- Posts: 291
Deviation for Devo F4?
- Epitaph
- Topic Author
- Offline
Arnold wrote: You're like a detective!
And I tried to see if there were any other "hidden" symbols, like the one representing # and everything... that's all of them... so where the hell is +??
Please Log in or Create an account to join the conversation.
- Epitaph
- Topic Author
- Offline
- Posts: 291
Please Log in or Create an account to join the conversation.
- djtrance
- Offline
- Posts: 170
here you can see all the font that the OSD chip has ..
Epitaph wrote: Don't confuse that with boredom!!
Arnold wrote: You're like a detective!
And I tried to see if there were any other "hidden" symbols, like the one representing # and everything... that's all of them... so where the hell is +??
Please Log in or Create an account to join the conversation.
- Epitaph
- Topic Author
- Offline
- Posts: 291
Of course, all this if I am capable withing my limited knowledge!!
djtrance wrote: maybe you can help me if you can see the www.deviationtx.com/forum/7-development/...me-with-my-f7/unread
here you can see all the font that the OSD chip has ..
Epitaph wrote: Don't confuse that with boredom!!
Arnold wrote: You're like a detective!
And I tried to see if there were any other "hidden" symbols, like the one representing # and everything... that's all of them... so where the hell is +??
Please Log in or Create an account to join the conversation.
- Epitaph
- Topic Author
- Offline
- Posts: 291
djtrance wrote: My native language is spanish
Habermelo dicho jolines!! Que si te es mas facil hacerlo en español, no tengo ningun problema con eso, que soy de España!!
Please Log in or Create an account to join the conversation.
- Epitaph
- Topic Author
- Offline
- Posts: 291
Bien, he leido el hilo entero, pero no termino de entender que es lo que quieres que haga... quiero decir, se que quieres que averigüe el mapa de caracteres de la F4 (y supongo que esto cubrira tambien la F7) tal como hizo PB antes en el mismo hilo con esa imagen .png, pero no se como se hace exactamente... tengo cero habilidades en programacion!! No viste el lio que me monte simplemente escribiendo y leyendo el archivo devo.fs!!
Please Log in or Create an account to join the conversation.
- djtrance
- Offline
- Posts: 170
Please Log in or Create an account to join the conversation.
- Epitaph
- Topic Author
- Offline
- Posts: 291
unless what you're talking about is making model.ini files on the computer with all the characters the computer has as model names, and seeing which ones appear and which ones don't on the screen of the transmitter, is that it?
djtrance wrote: I need to know which of this character must be good for replace the original character
Please Log in or Create an account to join the conversation.
- Epitaph
- Topic Author
- Offline
- Posts: 291
I'll try out some symbols on model.ini files under name tomorrow to see what appears, see if I can find them
Please Log in or Create an account to join the conversation.
- djtrance
- Offline
- Posts: 170
example. how the osd cannot show the "+" character, we can use the telefhone character for this. (is only and example)
Please Log in or Create an account to join the conversation.
- Epitaph
- Topic Author
- Offline
- Posts: 291
Please Log in or Create an account to join the conversation.
- Epitaph
- Topic Author
- Offline
- Posts: 291
What is the maximum model name length on the F4? To know how long I can make the names on the .ini files...
Please Log in or Create an account to join the conversation.
- djtrance
- Offline
- Posts: 170
#define _100 0x1f //Filled char
#define _RHT 0x3b //right arrow
#define _LFT 0x3c //left arrow
#define _UP 0x3d //up arrow
#define _DWN 0x3e //down arrow
#define _PFI 0x3f//3f //partial fill
#define _DOT 0x6e//6e //centered dot
//6f //phone
//72 //sun
#define _CLO 0x73//73 //cloud
//74 //umbrella
#define _BAT 0x75//75 //hourglass
//76 //note
#define _RPT 0x7c //right triangle
#define _LPT 0x7d //left triangle
0x7d is the hex of the character that you have in ascii. you can translate the hex to character with this site
ascii.cl
Please Log in or Create an account to join the conversation.
- Epitaph
- Topic Author
- Offline
- Posts: 291
Please Log in or Create an account to join the conversation.
- djtrance
- Offline
- Posts: 170
Please Log in or Create an account to join the conversation.
- Epitaph
- Topic Author
- Offline
- Posts: 291
Please Log in or Create an account to join the conversation.
- SirDomsen
- Offline
let me jump in. First, nice work you two spanish people!
1) Concerning the switches: DJtrance, is,it possible to use hardware.ini to initialize the switches, like switchmod for example?. Because the F4 usually has no switches it is uncool to have the useless switches in the input monitor. In this case, you could select weather to use ail d/r or d/r instead. And those people like you, Epitaph that added additional switches following the F7 wiring wont be disappointed.
2) Concerning the font stuff: Did i,understand,correct. a '+' sign is not possible? So we need to figure out what alternative symbol would be nice instead, type that corresponding symbol in windows to a model file and once we got the right one, we just read in the ascii table which hex code it has and report it to you, djtrance?
Please Log in or Create an account to join the conversation.
- Arnold
- Offline
- Posts: 304
Am I understanding this correctly, that it is possible to use a character set from another Devo model in order to obtain characters that are not available in the current character set? This sounds like different Devo models use different character sets. If that is possible, it is a solution. But...djtrance wrote: ... what we did before with PB, is to replace some of the characters that the other devas has ...
Where does a Deviation character set originate from? Did Deviation developers build these characters by hand? (seems doubtful). Or is it extracted (borrowed) from Walker's Detention firmware? Or is it derived from some third source, like a computer typeface? And...
Is it possible to edit a character from the existing character set in order to make the exact character we need?
Just trying to think outside the ball, here
Too many hobbies & too many Devos!
Who knows where the time goes?
Please Log in or Create an account to join the conversation.
- djtrance
- Offline
- Posts: 170
you can see into this link www.deviationtx.com/wiki/hardware/devof7
Arnold wrote:
Am I understanding this correctly, that it is possible to use a character set from another Devo model in order to obtain characters that are not available in the current character set? This sounds like different Devo models use different character sets. If that is possible, it is a solution. But...djtrance wrote: ... what we did before with PB, is to replace some of the characters that the other devas has ...
Where does a Deviation character set originate from? Did Deviation developers build these characters by hand? (seems doubtful). Or is it extracted (borrowed) from Walker's Detention firmware? Or is it derived from some third source, like a computer typeface? And...
Is it possible to edit a character from the existing character set in order to make the exact character we need?
Just trying to think outside the ball, here
Please Log in or Create an account to join the conversation.
- SirDomsen
- Offline
Please Log in or Create an account to join the conversation.
- Home
- Forum
- Development
- Development
- Deviation for Devo F4?