Jump to content

Greg

Members
  • Posts

    18
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. That fixed it perfectly.... Now to remove all the junk toolchains and get stuck into studio......
  2. Thanks just started downloading it. If I create some screens in ugfx studio. do I just copy some directory structure into the existing example project to use it and then just create the events code? or is there a simple shell project to get started? Or is it possible to compile from Studio itself by setting up compiler settings ?
  3. Thanks Joel Yes you are correct I did download the template and ran make inside the project directory. Any how I will download the version of gcc that you mentioned and try again. Just want to get something going not the discovery board so that I can start using ugfx-studio. Thanks again.
  4. I have tried several distributions of arm-none-wabi-gcc and keep getting this problem linking the stm32f746_discovery_template_make/project /usr/local/Cellar/arm-none-eabi-gcc/20150921/bin/../lib/gcc/arm-none-eabi/4.9.3/../../../../arm-none-eabi/bin/ld: error: bin/Release/project.elf uses VFP register arguments, /usr/local/Cellar/arm-none-eabi-gcc/20150921/bin/../lib/gcc/arm-none-eabi/4.9.3/../../../../arm-none-eabi/lib/libc.a(lib_a-init.o) does not /usr/local/Cellar/arm-none-eabi-gcc/20150921/bin/../lib/gcc/arm-none-eabi/4.9.3/../../../../arm-none-eabi/bin/ld: failed to merge target specific data of file /usr/local/Cellar/arm-none-eabi-gcc/20150921/bin/../lib/gcc/arm-none-eabi/4.9.3/../../../../arm-none-eabi/lib/libc.a(lib_a-init.o) /usr/local/Cellar/arm-none-eabi-gcc/20150921/bin/../lib/gcc/arm-none-eabi/4.9.3/../../../../arm-none-eabi/bin/ld: error: bin/Release/project.elf uses VFP register arguments, /usr/local/Cellar/arm-none-eabi-gcc/20150921/bin/../lib/gcc/arm-none-eabi/4.9.3/../../../../arm-none-eabi/lib/libc.a(lib_a-memcpy.o) does not /usr/local/Cellar/arm-none-eabi-gcc/20150921/bin/../lib/gcc/arm-none-eabi/4.9.3/../../../../arm-none-eabi/bin/ld: failed to merge target specific data of file /usr/local/Cellar/arm-none-eabi-gcc/20150921/bin/../lib/gcc/arm-none-eabi/4.9.3/../../../../arm-none-eabi/lib/libc.a(lib_a-memcpy.o) /usr/local/Cellar/arm-none-eabi-gcc/20150921/bin/../lib/gcc/arm-none-eabi/4.9.3/../../../../arm-none-eabi/bin/ld: error: bin/Release/project.elf uses VFP register arguments, /usr/local/Cellar/arm-none-eabi-gcc/20150921/bin/../lib/gcc/arm-none-eabi/4.9.3/../../../../arm-none-eabi/lib/libc.a(lib_a-memset.o) does not /usr/local/Cellar/arm-none-eabi-gcc/20150921/bin/../lib/gcc/arm-none-eabi/4.9.3/../../../../arm-none-eabi/bin/ld: failed to merge target specific data of file /usr/local/Cellar/arm-none-eabi-gcc/20150921/bin/../lib/gcc/arm-none-eabi/4.9.3/../../../../arm-none-eabi/lib/libc.a(lib_a-memset.o) /usr/local/Cellar/arm-none-eabi-gcc/20150921/bin/../lib/gcc/arm-none-eabi/4.9.3/../../../../arm-none-eabi/bin/ld: error: /usr/local/Cellar/arm-none-eabi-gcc/20150921/bin/../lib/gcc/arm-none-eabi/4.9.3/../../../../arm-none-eabi/lib/libc.a(lib_a-setjmp.o): Conflicting CPU architectures 13/1 /usr/local/Cellar/arm-none-eabi-gcc/20150921/bin/../lib/gcc/arm-none-eabi/4.9.3/../../../../arm-none-eabi/bin/ld: failed to merge target specific data of file /usr/local/Cellar/arm-none-eabi-gcc/20150921/bin/../lib/gcc/arm-none-eabi/4.9.3/../../../../arm-none-eabi/lib/libc.a(lib_a-setjmp.o) collect2: error: ld returned 1 exit status make: *** [bin/Release/project.elf] Error 1 getting lost. Sorry if it is easy and stupid but I have been on the net all day attempting to work it out..
  5. Impressive Did you create this with ugfx or visual TFT ?
  6. Thank you so much Joel Its perfect as is the example code. I really appreciate that you kept it simple as I am able to read and understand it. I am very exited to get it running on my STM 32 discovery board and will be doing it today. Again thanks heaps.
  7. Hi Joel I have read through the custom rendering widget example and can now see roughly how to apply the widget but as for creating rotating needle , I am lost. I first thought of using the draw arc function with 2 overlapping arcs to blank each other out except for the needle section but this would just create scrappy needle like the Nextion display one. Ideally if ugfx had a rotate function that could rotate a needle graphic with a transparent background over an image of a gauge then it would be easy. But I don't see any rotate functions. Also If someone does successfully create a custom rendered Gauge Widget, is it then possible to ad these to uGFX Studio? Thanks Joel Sorry for being so ignorant.
  8. Thanks Joel Bu I am not to that level of programming ability as yet, I am self taught and an old fellow. I was wishing for it to be part of the uGFX studio eventually. I originally and stupidly purchased most of the Mikroelektronika compilers and Visual TFT to attempt to build instrument panels for cars that my son and I were rebuilding. But Mikroelektronika only support hardware that they sell and If you want to support other stuff then GCC and uGFX is your only affordable option as a hobbyist . Sorry for being so ignorant but I have bigger ideas than capabilities which drives me to learn but limits my success . Any how I love ugfx and I am going to attempt to study your post and make it happen. We have built a Rusefi ECU which is awesome and the code is written using chibios and uses an STM32 discovery board. I want to eventually create an instrument panel to hook up to it and monitor the ECU signals. Thanks Heaps for your answer. Kind regards Greg.
  9. Hi Joel Are there plans for rotary widgets like dials and meters? As I would not know how to begin to create these and they are most useful for Dashboards and such. Thanks
×
×
  • Create New...