Home
JAQForum Ver 24.01
Log In or Join  
Active Topics
Local Time 07:11 02 Aug 2025 Privacy Policy
Jump to

Notice. New forum software under development. It's going to miss a few functions and look a bit ugly for a while, but I'm working on it full time now as the old forum was too unstable. Couple days, all good. If you notice any issues, please contact me.

Forum Index : Microcontroller and PC projects : Getting started with STM32L476 ARMMITE

     Page 2 of 2    
Author Message
goc30

Guru

Joined: 12/04/2017
Location: France
Posts: 435
Posted: 01:18am 22 Apr 2019
Copy link to clipboard 
Print this post

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: Australia
Posts: 1003
Posted: 01:29am 22 Apr 2019
Copy link to clipboard 
Print this post

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: France
Posts: 435
Posted: 02:26am 22 Apr 2019
Copy link to clipboard 
Print this post

I was more brutal , I have cuted around pin 8, raisde pin, then soldered the wire on ribbon and after put glue with gun

it is not very nice

question: why remove R2 resistance?
 
goc30

Guru

Joined: 12/04/2017
Location: France
Posts: 435
Posted: 02:30am 22 Apr 2019
Copy link to clipboard 
Print this post

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: Australia
Posts: 1003
Posted: 07:13am 22 Apr 2019
Copy link to clipboard 
Print this post

  Quote  5. BLK is now gone and is now CS.


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 Kingdom
Posts: 10315
Posted: 07:37am 22 Apr 2019
Copy link to clipboard 
Print this post

  Quote  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


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: France
Posts: 435
Posted: 09:27am 22 Apr 2019
Copy link to clipboard 
Print this post

Hi
thank for response

  matherp said  

There should be three fonts loaded in the latest release 8x13, 6x8, 4x6.


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 Kingdom
Posts: 10315
Posted: 10:14am 22 Apr 2019
Copy link to clipboard 
Print this post

  Quote  I have only 1 font
see this prog


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: France
Posts: 435
Posted: 03:03pm 22 Apr 2019
Copy link to clipboard 
Print this post

Hi
Fonts 2 & 3 ok

thank peter
 
     Page 2 of 2    
Print this page


To reply to this topic, you need to log in.

The Back Shed's forum code is written, and hosted, in Australia.
© JAQ Software 2025