- Posts: 170
Can Any help me with my F7
- djtrance
- Topic Author
- Offline
I will try to update the code to the last code that there are in bitbucket.org/deviationtx/deviation/downloads
about the OSD chip I'm not sure if this is the case, but a lot of osd chip has into the memory some type of icon that can be replace.
Please Log in or Create an account to join the conversation.
- djtrance
- Topic Author
- Offline
- Posts: 170
I'm working on the devo for f7 in this url:
bitbucket.org/djtrance/devof7
how you can see, I has copy the directories and files, tomorrow I will start to merge the old code from 4.0.0 to 4.0.1
Please Log in or Create an account to join the conversation.
- PhracturedBlue
- Offline
- Posts: 4402
In bitbucket, select 'Settings' on the left, then 'Repository details' and unselect 'This is a private repository'
Please Log in or Create an account to join the conversation.
- djtrance
- Topic Author
- Offline
- Posts: 170
Please Log in or Create an account to join the conversation.
- PhracturedBlue
- Offline
- Posts: 4402
Please Log in or Create an account to join the conversation.
- djtrance
- Topic Author
- Offline
- Posts: 170
Please Log in or Create an account to join the conversation.
- PhracturedBlue
- Offline
- Posts: 4402
bitbucket.org/deviationtx/deviation/branch/devof7
I'll probably work to get the emulator working, since I want to use this as the basis for the F12E version
Please Log in or Create an account to join the conversation.
- PhracturedBlue
- Offline
- Posts: 4402
Please Log in or Create an account to join the conversation.
- djtrance
- Topic Author
- Offline
- Posts: 170
Please Log in or Create an account to join the conversation.
- PhracturedBlue
- Offline
- Posts: 4402
So the F12E will be a better overall platform fro Deviation than the F7, but hopefully a lot of the work can be shared.
Please Log in or Create an account to join the conversation.
- PhracturedBlue
- Offline
- Posts: 4402
Here is what I've got:
Button/Selectable list item:
Text-select widget (no button):
Text-select widget (with button):
There is a 'blink' attribute that we can use for alarms I think. The F7 display does not support changing text color or background color (except globally) so we're pretty limited in what we can do
Please Log in or Create an account to join the conversation.
- PhracturedBlue
- Offline
- Posts: 4402
Please Log in or Create an account to join the conversation.
- djtrance
- Topic Author
- Offline
- Posts: 170
I'm working now with your code, but its returning a errors when I'm trying to do a dfu file.
$ make TARGET=devof7 WINDOWS=1
+ Compiling 'target/devof7/backlight.c'
arm-none-eabi-gcc.exe: error: nano.specs: No such file or directory
make: *** [objs/devof7/backlight.o] Error 1
but is working well with emulator. I resolved this problem before with the microuav code, i don't know if your repo has this error.
today I'm working on the code, I will try to work on the main screen I guess.
Please Log in or Create an account to join the conversation.
- PhracturedBlue
- Offline
- Posts: 4402
Please Log in or Create an account to join the conversation.
- PhracturedBlue
- Offline
- Posts: 4402
Please Log in or Create an account to join the conversation.
- djtrance
- Topic Author
- Offline
- Posts: 170
Please Log in or Create an account to join the conversation.
- djtrance
- Topic Author
- Offline
- Posts: 170
GUI_CreateLabelBox(&gui->bat, LCD_WIDTH - 7,0, 0, 0, &DEFAULT_FONT, voltage_cb, NULL, NULL);
I'm trying to do a trim bar,for now I only have the battery message.
Please Log in or Create an account to join the conversation.
- PhracturedBlue
- Offline
- Posts: 4402
Download the zip file from here:
launchpad.net/gcc-arm-embedded
extract it into your mingw env and make sure it is in your path.
That should be all that it takes to get compilation working.
I can help you if needed.
Please Log in or Create an account to join the conversation.
- PhracturedBlue
- Offline
- Posts: 4402
LCD_PrintCharXY(uint x, uint y, char c)
Note that this is a low-level command and should only be used within GUI_* objects. Specifically the 'bargraph' widget in this case.
Please Log in or Create an account to join the conversation.
- PhracturedBlue
- Offline
- Posts: 4402
Please Log in or Create an account to join the conversation.
- Home
- Forum
- Development
- Development
- Can Any help me with my F7