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 : GUI memory
Author | Message | ||||
VK2AHB Regular Member Joined: 28/07/2022 Location: AustraliaPosts: 51 |
I have the 320x240 display working with ILI9488, albeit only using half of the 480x320. Colours are wrong, but using CONST, I can get around that. I fixed the intermittent problems by wiring up sockets on a perf board, using my 30-yr-old Wire-wrap wire. Sockets so I can plug in various displays, and the Arduino Uno. With the RTC and DS18B20, it's all go using test. Last year I had it all working on the ST7735 with text boxes and number boxes. Now when I try that program with the ILI9488, I get this message: [11] GUI numberbox #1, 20, 30, 90, 20, RGB(orange) 'temp Error : No memory allocated for GUI controls > Paul VK2AHB |
||||
phil99 Guru Joined: 11/02/2018 Location: AustraliaPosts: 2138 |
Manual P81 OPTION GUI CONTROLS NbrOfGUIControls Specifies the maximum number of GUI controls that can be defined. Each control uses 52 bytes and the total memory used must be rounded up to the next 2048 byte multiple. For example, specifying 70 controls will use 4KB of RAM. By default the number of GUI controls is set to zero so this option must be used before any GUI controls are defined. |
||||
lizby Guru Joined: 17/05/2016 Location: United StatesPosts: 3150 |
OPTION GUI CONTROLS 35 ' (for instance) But why do you get only 320x240 with an ILI9488? What do you get with "OPTION LIST"? PicoMite, Armmite F4, SensorKits, MMBasic Hardware, Games, etc. on fruitoftheshed |
||||
morgs67 Regular Member Joined: 10/07/2019 Location: AustraliaPosts: 75 |
Found earlier, may help: -tony |
||||
disco4now Guru Joined: 18/12/2014 Location: AustraliaPosts: 897 |
Does this thread talk about the same display Latest F4 Latest H7 |
||||
Print this page |