7 Feb 2023 |
adf7021#4850 | What did you do? | 17:34:19 |
Morgan ON4MOD | I just can not test if it is working as expected as I do not have the required board | 17:34:22 |
Morgan ON4MOD | I'll reply to the issue | 17:34:32 |
adf7021#4850 | I can do it 🙂 | 17:34:41 |
Morgan ON4MOD | Simply renamed the variable in the tft file. Prefixed it with tft_ | 17:34:49 |
adf7021#4850 | Ok and what about being able to use the pin planner in CubeIDE | 17:36:58 |
adf7021#4850 | And the peripherals manager or however it's called | 17:37:30 |
adf7021#4850 | There's no main CubeIDE project file for that | 17:37:56 |
Morgan ON4MOD | Yeah, but that could be done easily I think | 17:38:20 |
adf7021#4850 | If you do that, I'll get you a good beer | 17:38:50 |
adf7021#4850 | 😆 | 17:39:05 |
Morgan ON4MOD | Fix is pushed to a branch on my fork. | 17:43:50 |
adf7021#4850 | Ok let me try | 17:51:25 |
Morgan ON4MOD | However I must take back what I said about the conversion to an ioc project. It would not be trivial as you would need to use the generated code for the peripherals initialisation instead of the code currently written in the project. If you did not do that the pin planner and peripherals manager would have no effect on the code.
Thus it would be non trivial but is still manageable (I believe) | 17:55:24 |
adf7021#4850 | yea | 17:57:40 |
adf7021#4850 | i thought so 😄 | 17:57:45 |
Morgan ON4MOD | Do you know if products bought on STM eStore are shipped from within europe and include VAT ? | 17:58:12 |
Morgan ON4MOD | and btw i love your username. I used the ADF7021 for my thesis work in late 2020 - early 2021. I had loads of fun with it | 17:59:39 |
adf7021#4850 | 😄 thanks | 18:00:01 |
adf7021#4850 | no idea, i think ive got my f469i-disco from mouser or farnell | 18:00:28 |
adf7021#4850 | aaaand i cant compile your code | 18:00:42 |
adf7021#4850 | Download obraz.png | 18:01:11 |
Morgan ON4MOD | Oh interresting it worked first time on my side.
I'm gonna try again | 18:01:19 |
Morgan ON4MOD | Mmh are you sure you checked out the correct branch ? | 18:01:42 |
adf7021#4850 | oh, of course i didnt. merde | 18:02:02 |
Morgan ON4MOD | 😂 | 18:02:08 |
adf7021#4850 | 19:04:15 Build Finished. 0 errors, 0 warnings. (took 3s.735ms) | 18:04:23 |
adf7021#4850 | //lv_demo_widgets();
//lv_demo_benchmark();
lv_demo_music(); | 18:05:14 |
adf7021#4850 | if i try widgets instead i get errors :p | 18:05:26 |
Morgan ON4MOD | Yeah, I think it is unrelated | 18:08:48 |