Switch to full style
Post a reply

Wed Oct 02, 2013 6:43 am

How can i use Lucca_API for my becker Z108 with primo 2.4

Thu Oct 03, 2013 6:48 pm

If it doesn't work as-is, you'll have to discover how to programmatically control the backlight and modify the source of the dll accordingly.
However, it may not be necessary: it's possible that one of the built-in backlight_methods will work, you just need to be patient enough to try every value or find somebody else that already configured the backlight with the same device.

Re: cannot get backlight control working with Primo 2.4

Mon May 31, 2021 7:54 pm

Hi. I have a similar issue with my device. Can you send me a modified .dll? Thanks.

Re: cannot get backlight control working with Primo 2.4

Sun Jun 27, 2021 2:34 pm

Edouard wrote:I finally got it to work ! :)



The problem was my DLL was not exporting the functions the way the application was expecting it.



In case anybody would have a similar issue, I put below the modified .dll and the modified source code to get it to work for my GPS device.



5425



I had to put following settings in sys.txt:



[power]

backlight_methods=50

backlight_manage_values=1

backlight_max=19

backlight_min=1



Thanks for your help !


Please give me a link to your "I put below the modified .dll"
Post a reply