BASCOM-AVR Old versions : Error - Control 'dxDockErrorPanel' has no parent...
Hello albertsm and Evert, reset dock that's is the solution Thank You Best regards toto
View ArticleBASCOM-AVR Old versions : Problem with 1wire DS1820 : REPLY
after switching off Waitms 10 in this "Tempwandeln" it looks like problem is solved...it is possible? Tempwandeln: 1wreset 1wwrite &HCC 'Befehl "Skip ROM" (auf einzelne Adressierung verzichten)...
View ArticleShare your working BASCOM-AVR code here : MD070SD Display : NEWTOPIC
Hello. And another. MD070SD Display with 16 bit parallel bus Interface, Resolution of 800x480, Display Panel with integrated 8-page Video Memory. The control board responds very fast, which can...
View ArticleShare your working BASCOM-AVR code here : Fast library for SSD1963 LCD : REPLY
Always nice to see that big parts of [url=http://evertdekker.com/Joomla/index.php?option=com_content&task=view&id=77&Itemid=84]my code[/url] is re-used. Thanks for sharing your code.
View ArticleShare your working BASCOM-AVR code here : MD070SD Display : REPLY
I found faster way to convert 8-bit color to 16-bit (without Data & Lookup): [code:1:bd7d3ee727]Rgb16 = 0 If Rgb8.0 = 1 Then Rgb16_low = Rgb16_ssd1289_low Or 10 'Blue If Rgb8.1 = 1 Then Rgb16_low...
View ArticleBASCOM-AVR Old versions : (Need Help) : How to configure DS3231 RTC with...
[b:6e9201f0a9]"Is the Micro not working, or is there no display or the I2C RTC no communicating"[/b:6e9201f0a9] To Deanus : the micro is working, display OK and I2C OK, but the value is not correct....
View ArticleBASCOM-AVR Old versions : (Need Help) : How to configure DS3231 RTC with...
Reading a bit in the Arduino forums the problem is most likely in the Century bit (7) in the Month (&H05) register. Try ignoring this bit; [code:1:3857861972] Sub Getdatetime() I2cstart ' Generate...
View ArticleShare your working BASCOM-AVR code here : MD070SD Display : REPLY
Hello Hkipnik, This I will remember as the week of the displays :-) I have seen the amazing demo a week ago and it is impressive how big, brilliant and fast this display is. The touch seems to work...
View ArticleBASCOM-8051 : Automatic covertion to ASCII problem : REPLY
aha, you mean you want input validation? in that case you can input a string : input "number?" , sSomeString and then you check all characters in the string to be valid. you could use the mid()...
View ArticleBASCOM-AVR : 2077 official release : REPLY
Hi After testing it a bit I have one function on my wishlist . A text block select option . Not the complete line but only the chars in a selected block , not the text to the end of a line and from...
View ArticleBASCOM-AVR : Set EXOR mode : NEWTOPIC
Hi, open it with notepad, glcd.lib the library, so I change the OR to EXOR, and then recompile the library .. ldi r24, & H81 <--- change from 80 to 81 per EXOR mode How can I make directly from...
View ArticleShare your working BASCOM-AVR code here : Control of MCP41HV31 Digital Pot :...
Hi all, few days ago I needed digital potentiometer for one application. A quick look has returned Microchip's MCP41HV31 Digital Pot. This pot is controlled via SPI, which is nice, because Bascom-AVR...
View ArticleBASCOM-AVR : Wiznet Link Status : NEWTOPIC
Currently working on several apps and a logfile is created on a SD device for history purposes. In the case where SNTP, WhatIsMyIPpublic, NO-IP updates, etc with no connection was established to the...
View ArticleBASCOM-AVR : Wiznet Link Status : REPLY
yes one would think that after w3100, the w5100 would have a register with the status bits. But it took till W5200 before they included it : PHYSTATUS is the Register to indicate W5200 status of PHY....
View ArticleShare your working BASCOM-AVR code here : Control of MCP41HV31 Digital Pot :...
hi Jure thank you for sharing. this is indeed a nice epot. A nice feature is that it keeps its resistance when power is off. That makes it well suited for low power apps. I see it also accepts a...
View ArticleBASCOM-AVR : Inputbin versus Inkey : NEWTOPIC
Hello I have a program on that i use RS485 comunication with "INPUTBIN" and want change to "INKEY", but it's not work For (COM #1) the baud is 38400 Can anyone please show what can be wrong? _start:...
View ArticleShare your working BASCOM-AVR code here : MD070SD Display : REPLY
about the 8 bit. How do you process the 24/16 bit to 8 bit pallet? And the RLE decompression. I see after &HAA the bytecount is read. But the case where &HAA is a color is not handled. Does...
View ArticleBASCOM-AVR : Inputbin versus Inkey : REPLY
Hi, Maybe you need to use ischarwaiting to see if a character is waiting before you call inkey. Regards Ian Dobson
View Article