Search Results - MEL PICBASIC Forum


Search:

Type: Posts; User: richard; Keyword(s):

Search: Search took 0.01 seconds.

  1. Replies
    14
    Views
    39,293

    Re: Max Array Size?

    my C version does a lot of that but not all . since there was so little interest in a pbp version I left it pretty basic

    C header



    /*
    * File: ks0108 driver 21/4/18 20 pin ver
    *...
  2. Replies
    14
    Views
    39,293

    Re: Max Array Size?

    yes they are essentially global vars
  3. Replies
    14
    Views
    39,293

    Re: Max Array Size?

    I have made a ks0108 lib for xc8 that uses a frame buffer it works on any pic16/18 with enough
    sram . alas pbp is just so far behind the times its just not on my list of thingstodo to port it there...
  4. Replies
    14
    Views
    39,293

    Re: Max Array Size?

    pic18's in pbp can handle large arrays no problem. although bit offset indexing is limited to 256 [byte size] dimensions .
    for pic16 user command and a bit of asm can overcome array size...
  5. Replies
    14
    Views
    39,293

    Re: Max Array Size?

    here is an example using linear memory access to make a large array , note how the memory is reserved in pbp


    http://www.picbasic.co.uk/forum/attachment.php?attachmentid=8485&d=1508279203
Results 1 to 5 of 5