Forum - MCS Electronics

 

FAQFAQ SearchSearch RegisterRegister Log inLog in

Search found 1923 matches
www.mcselec.com Forum Index
Author Message
  Topic: Picture Rotate
kimmi

Replies: 18
Views: 1454

PostForum: BASCOM-AVR   Posted: Sat Apr 13, 2019 1:20 am   Subject: Picture Rotate
try forum search : Best way to make a speedometer for an ATV
OR
If Graphic fonts is an option with Rotation
look at evert dekker web site
Link:
https://evertdekker.com/?p=359
  Topic: KS108 128x64 do not Initialize
kimmi

Replies: 12
Views: 1468

PostForum: BASCOM-AVR   Posted: Sat Mar 23, 2019 10:51 pm   Subject: KS108 128x64 do not Initialize
NT7108C are similar with Samsung KS0108B

search forum for KS0108 lots of sample code that worked

$include "Font8x8.font"
$lib "glcdKS108.lbx"

'for Glcd Ks108
'Firs ...
  Topic: KS108 128x64 do not Initialize
kimmi

Replies: 12
Views: 1468

PostForum: BASCOM-AVR   Posted: Wed Mar 13, 2019 11:12 pm   Subject: KS108 128x64 do not Initialize
Check that ALL VCC & GND are connected
see images
https://www.mcselec.com/userpix/2585_lcd_1.jpg
  Topic: how can I format double variables?
kimmi

Replies: 10
Views: 930

PostForum: BASCOM-AVR   Posted: Fri Feb 22, 2019 5:00 am   Subject: how can I format double variables?
did you try use
$external _dbl_normalize
  Topic: Hardware 24-32bit Quadratic decoding Xmega
kimmi

Replies: 8
Views: 1207

PostForum: BASCOM-AVR   Posted: Thu Nov 30, 2017 8:56 pm   Subject: Hardware 24-32bit Quadratic decoding Xmega
Try use online Help (Long) [url=https://avrhelp.mcselec.com/index.html?language_fundamentals.htm]check out Elementary Data Types
  Topic: How to auto remark unused variables?
kimmi

Replies: 5
Views: 742

PostForum: BASCOM-AVR   Posted: Thu Oct 12, 2017 1:35 pm   Subject: How to auto remark unused variables?
The fastest was to find them is CTRL+W scrool down to bottom
here you see unused vars under "Warnings:"
  Topic: Bascom Spi Newbie Problem
kimmi

Replies: 18
Views: 2258

PostForum: BASCOM-AVR   Posted: Thu Jul 13, 2017 11:55 pm   Subject: Bascom Spi Newbie Problem
Hmm, what you're discussing about?
Led-pins?
Why?
It may be funny to discuss such things, but this does not solve anything. Makes no sense.


I know you did not see why I ask
but the long setu ...
  Topic: Bascom Spi Newbie Problem
kimmi

Replies: 18
Views: 2258

PostForum: BASCOM-AVR   Posted: Thu Jul 13, 2017 4:05 pm   Subject: Bascom Spi Newbie Problem
why do you have "Cls" in your code its for lcd !!!!

and how did you connect 7 segment the :
LEDL2b alias Porta.6 '10er
LEDL2c alias Porta.7

LEDR2b alia ...
  Topic: little help please with hard spi and tpic8101 ic
kimmi

Replies: 13
Views: 943

PostForum: BASCOM-AVR   Posted: Sat Mar 04, 2017 11:40 pm   Subject: little help please with hard spi and tpic8101 ic
@petros047

- please use the code tags when posting code.
  Topic: SSD1306 & SH1106 SPI Oled bgf picture display
kimmi

Replies: 15
Views: 4329

PostForum: BASCOM-AVR   Posted: Mon Feb 27, 2017 11:36 pm   Subject: SSD1306 & SH1106 SPI Oled bgf picture display
Unfortunately bigger display (1,3') with SH1106 controller (very similar to SSD1306) still does not work with Mrshilov SPI code (works with hkipniks code)
i dont get it mine lcd is a Sh1106 control ...
  Topic: XMEGA PLL Clock in 2.0.8.0 - Compile error?
kimmi

Replies: 3
Views: 658

PostForum: BASCOM-AVR   Posted: Mon Feb 27, 2017 5:46 am   Subject: XMEGA PLL Clock in 2.0.8.0 - Compile error?
ih,
compile no error in latest bascom version (downloaded yesterday) !
with all xtal settings
result from
Const Clk_spd = 48
Compiler version :2.0.8.0
Compiler build :2.0.8.0.001
IDE version ...
  Topic: SSD1306 & SH1106 SPI Oled bgf picture display
kimmi

Replies: 15
Views: 4329

PostForum: BASCOM-AVR   Posted: Sun Feb 26, 2017 5:03 am   Subject: SSD1306 & SH1106 SPI Oled bgf picture display
Pzx,
your lcd only have DI pin not DO (NC)

lib use this pin ,
my 1.3" sh1106 have the DO pin and works fine with
Mrshilov SSD1306 SPI-4 & hkipniks Oled SPI code

https://arduinotech.dk ...
  Topic: Read Cypress Flash S25FL164K
kimmi

Replies: 5
Views: 1830

PostForum: BASCOM-AVR Unsupported versions   Posted: Wed Feb 22, 2017 2:37 am   Subject: Read Cypress Flash S25FL164K
Good
pls post the working code you have
for other users with same issues
  Topic: Read Cypress Flash S25FL164K
kimmi

Replies: 5
Views: 1830

PostForum: BASCOM-AVR Unsupported versions   Posted: Tue Feb 21, 2017 8:37 am   Subject: Read Cypress Flash S25FL164K
did you config PORTB.4 as output ?
and Set Portb.4 after config to output

I tried sending 3dummy bytes after ABh instruction although the datasheet of the flash I am using(S25FL164K) does not ...
  Topic: Read Cypress Flash S25FL164K
kimmi

Replies: 5
Views: 1830

PostForum: BASCOM-AVR Unsupported versions   Posted: Fri Feb 17, 2017 10:56 pm   Subject: Read Cypress Flash S25FL164K
you must setup noss =0 and add a pin for CS sample code use portb.0 for CS

you must sent AB + 3 dumyi bytes

$regfile = "M164pdef.dat"
$crystal = 14745600
$hwstack = 80
$swstack = ...
 
Page 1 of 129 Goto page 1, 2, 3 ... 127, 128, 129  Next
All times are GMT + 1 Hour
Jump to: