![]() |
Forum Index : Microcontroller and PC projects : Getting started with STM32L476 ARMMITE
![]() ![]() |
|||||
Author | Message | ||||
goc30![]() Guru ![]() Joined: 12/04/2017 Location: FrancePosts: 435 |
YEEESSS!! it is good my connection 'OPTION LCDPANEL ST7789, orientation, DCpin, RESETpin, CSpin 'OPTION LCDPANEL ST7789, LANDSCAPE, 51, 53, 52 'connexions 'nucleo --- > LCD 'cn7-21 GND 1 - GND 'CN7-15 +3.3v 2 - 3.3v 'CN10-31 SPI2-CLK 3 - SCL 'CN10-29 SPI2-IN 4 - SDA 'CN7-3 RST 5 - RST 'CN7-1 DC 6 - DC 'CN7-4 BLK Not use 7 - BLK 'CN7-2 CS 8 - CS (add signal pin8 ribbon and disconnect GND from pin8) it is same as Dsico4 ![]() |
||||
disco4now![]() Guru ![]() Joined: 18/12/2014 Location: AustraliaPosts: 1003 |
When I modified my second one, I straighten a paper clip and slid it under the ribbon to apply a bit on tension during desoldering. I think just using a soldering iron on top with a bit of tension would get it to release. I used a very small drill, just held with fingers to remove the copper at the end of pin 8.I think there was a small via there. I am 2 for 2 success rate now, so it doable. Gerry Latest F4 Latest H7 FotS |
||||
goc30![]() Guru ![]() Joined: 12/04/2017 Location: FrancePosts: 435 |
I was more brutal ![]() it is not very nice question: why remove R2 resistance? |
||||
goc30![]() Guru ![]() Joined: 12/04/2017 Location: FrancePosts: 435 |
Peter I have question on L4 there is only 1 font loaded. we can load others fonts, but Micromite said that it is forbiden to load font n°6 if font6 don't existe why this message?? and how can I load font 6 |
||||
disco4now![]() Guru ![]() Joined: 18/12/2014 Location: AustraliaPosts: 1003 |
I removed R2 so I could use the BLK pin as the CS pin on the header. Removing R2 disconnects BLK from the LCD panel. Latest F4 Latest H7 FotS |
||||
matherp Guru ![]() Joined: 11/12/2012 Location: United KingdomPosts: 10315 |
There should be three fonts loaded in the latest release 8x13, 6x8, 4x6. The font 6 issue is a legacy of some MM+ code, I'll remove it when I do a new release. |
||||
goc30![]() Guru ![]() Joined: 12/04/2017 Location: FrancePosts: 435 |
Hi thank for response I have only 1 font see this prog 'mm.ver=5.0509 'mm.device$=ARMmite L476 - 64 pin dim txt1$ dim txt2$ DIM INTEGER i dim posy as integer cls posy=120 txt2$="01:23 Hello Word" do for i=1 to 3 txt1$="Font "+str$(i) TEXT 10,20, txt1$, LM, 1, 1,rgb(white) pause(200) TEXT 10,posy, txt2$, LM, i, 1,rgb(white) pause(2000) cls next i loop |
||||
matherp Guru ![]() Joined: 11/12/2012 Location: United KingdomPosts: 10315 |
Don't understand - prog works for me. Please try re-loading the firmware with the attached (font 6 issue should be fixed as well) 2019-04-22_201406_ArmmiteL4.zip |
||||
goc30![]() Guru ![]() Joined: 12/04/2017 Location: FrancePosts: 435 |
Hi Fonts 2 & 3 ok ![]() thank peter |
||||
![]() ![]() |
![]() |
![]() |
The Back Shed's forum code is written, and hosted, in Australia. | © JAQ Software 2025 |