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 : PicoMite/WebMite/PicoMiteVGA - please post any know manual issues here
Page 3 of 5 | |||||
Author | Message | ||||
phil99 Guru Joined: 11/02/2018 Location: AustraliaPosts: 2135 |
Have not found a description in the manual of the difference between OPTION LCDPANEL VIRTUAL_M and OPTION LCDPANEL VIRTUAL_C. _M = Monochrome, 640 x 480 (= VGA Mode 1) _C = Colour, 4bit 320 x 240 (= VGA Mode 2) |
||||
disco4now Guru Joined: 18/12/2014 Location: AustraliaPosts: 896 |
This from the previous beta thread. Latest F4 Latest H7 |
||||
disco4now Guru Joined: 18/12/2014 Location: AustraliaPosts: 896 |
Page 51 BackLight FREQUENCY NOW 50KHZ (except for ILI9488W I think) Backlight Control For the ILI9163, ILI9341, ST7735, ST7735S, SSD1331, ST7789, ILI9481, ILI9488, ILI9488W, ST7789_135 ILI9341_8 and ST7789_320 displays an optional parameter ‘, backlight’ can be added to the end of the configuration parameters which specifies a pin to use to control the brightness of the backlight. This will setup a PWM output on that pin with a frequency of 1KHz and an initial duty cycle of 99%. You can then use the BACKLIGHT command to change the brightness between 0 and 100%. The PWM channel is blocked for normal PWM use and must not conflict with the PWM channel that may be set up for audio. Latest F4 Latest H7 |
||||
Dinosaur Guru Joined: 12/08/2011 Location: AustraliaPosts: 311 |
Hi All Has the function SETTICK PAUSE been removed ? Don't seem to be able to make it work in anyway. Keep getting "Pause not declared" Tried: SetTick Pause 50,My_Int,1 SetTick and then Later SetTick Resume In the end I did: SetTick 0,0,1 and then after delay SetTick 60000,My_Int,1 Regards Hervey Bay Qld. |
||||
TassyJim Guru Joined: 07/08/2011 Location: AustraliaPosts: 6098 |
AS per the manual: SETTICK 100,scrollNow,2 SETTICK PAUSE,scrollNow,2 PAUSE 500 SETTICK RESUME,scrollNow,2 Works for me on WEBmite V5.08.00RC1 Jim VK7JH MMedit MMBasic Help |
||||
JohnS Guru Joined: 18/11/2011 Location: United KingdomPosts: 3801 |
Your best bet is to make a short runnable sample showing the problem and post it. John |
||||
Dinosaur Guru Joined: 12/08/2011 Location: AustraliaPosts: 311 |
Hi All Made the same mistake again. Comma after PAUSE Regards Hervey Bay Qld. |
||||
TassyJim Guru Joined: 07/08/2011 Location: AustraliaPosts: 6098 |
No, The mistake was including the 50 after PAUSE VK7JH MMedit MMBasic Help |
||||
phil99 Guru Joined: 11/02/2018 Location: AustraliaPosts: 2135 |
Minor point for the RTC chapter. RTC SETTIME can accept a string as well as coma separated values. The year can be 2 or 4 digits. The last point could also be added to the RTC Command listing. An example that could be included:- RTC SETTIME date$+" "+time$ |
||||
Geoffg Guru Joined: 06/06/2011 Location: AustraliaPosts: 3194 |
Thanks Geoff Graham - http://geoffg.net |
||||
Andrew_G Guru Joined: 18/10/2016 Location: AustraliaPosts: 847 |
Hi Geoff et al, To add to Phil's suggestion. On this thread Jim has suggested: . Both work for me. Cheers, Andrew |
||||
phil99 Guru Joined: 11/02/2018 Location: AustraliaPosts: 2135 |
Deleted, user error. Edited 2024-01-05 21:38 by phil99 |
||||
Volhout Guru Joined: 05/03/2018 Location: NetherlandsPosts: 4233 |
The coverage of GUI commands and GUI CONTROLS is not well covered in the 5.07.07 manual for the WebMite. Volhout PicomiteVGA PETSCII ROBOTS |
||||
ebbandflow Newbie Joined: 31/08/2023 Location: United StatesPosts: 19 |
I just noticed in the Picomite manuals that the 'table of built-in fonts' has font #8 listed as 6x4 instead of 4x6. |
||||
led-bloon Senior Member Joined: 21/12/2014 Location: AustraliaPosts: 205 |
PicoMite User Manual v5.08.00 Rev1 p121 PIO RP2040 chip used in the WebMite... Use: PIO assemble ".wrap target".... p122 PIO DMA RX PIO DMA TX loopbackcount vs loopbackcounter in several places p123 PIO INIT MACHINE This heading should be in-line with last paragraph p122 PIO WRITE ...data()[,data1]? optional single integer write as with PIO READ? Unnecessary? Multiple references to WebMite (think only one is valid) led Miss you George |
||||
Turbo46 Guru Joined: 24/12/2017 Location: AustraliaPosts: 1611 |
@Volhout, Bill Keep safe. Live long and prosper. |
||||
Volhout Guru Joined: 05/03/2018 Location: NetherlandsPosts: 4233 |
In picomite VGA manual. Change "layer 0" to "active framebuffer" (L or N). Volhout PicomiteVGA PETSCII ROBOTS |
||||
matherp Guru Joined: 11/12/2012 Location: United KingdomPosts: 9115 |
The manual is correct. The layer referred to is the collision layer 0 |
||||
phil99 Guru Joined: 11/02/2018 Location: AustraliaPosts: 2135 |
Minor item for WebMite manual. OpenWeather example on p30 the variable "tempr" produced "1000" after the temperature in the print statement and required Ctrl-C to exit. Changed to "temp" and now all good. Perhaps it was trying to use the TEMPR function? |
||||
phil99 Guru Joined: 11/02/2018 Location: AustraliaPosts: 2135 |
Minor typo new PicoMite manual RTC command, top of p127 Change RTC to I2C. |
||||
Page 3 of 5 |
Print this page |